Skip to content

Commit

Permalink
Merge pull request #29 from CJ-Wright/show_custom_layout
Browse files Browse the repository at this point in the history
show plot for custom layout
  • Loading branch information
NelleV committed Jun 28, 2018
2 parents af475f0 + 1aeee9d commit d0dd768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/plot_layout_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ def random_constrained_layout(networkx):

fig, ax = plt.subplots()
grave.plot_network(graph, ax=ax, layout=random_constrained_layout)
plt.show()

0 comments on commit d0dd768

Please sign in to comment.