We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8733b30 + 6e3a17e commit 8e4da50Copy full SHA for 8e4da50
netgraph/_main.py
@@ -169,8 +169,8 @@ class BaseGraph(object):
169
If the type is dict, maps each edge to an individual transparency.
170
edge_zorder : int or dict, default 1
171
Order in which to plot the edges.
172
- If the type is an int, all nodes have the same zorder.
173
- If the type is dict, maps each node to an individual zorder.
+ If the type is an int, all edges have the same zorder.
+ If the type is dict, maps each edge to an individual zorder.
174
If None, the edges will be plotted in the order they appear in 'adjacency'.
175
Hint: graphs typically appear more visually pleasing if darker edges are plotted on top of lighter edges.
176
arrows : bool, default False
0 commit comments