Skip to content

Commit 8e4da50

Browse files
Merge pull request #101 from rodigu/patch-1
Update _main.py
2 parents 8733b30 + 6e3a17e commit 8e4da50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netgraph/_main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ class BaseGraph(object):
169169
If the type is dict, maps each edge to an individual transparency.
170170
edge_zorder : int or dict, default 1
171171
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.
172+
If the type is an int, all edges have the same zorder.
173+
If the type is dict, maps each edge to an individual zorder.
174174
If None, the edges will be plotted in the order they appear in 'adjacency'.
175175
Hint: graphs typically appear more visually pleasing if darker edges are plotted on top of lighter edges.
176176
arrows : bool, default False

0 commit comments

Comments
 (0)