Skip to content

Commit

Permalink
updated gallery example
Browse files Browse the repository at this point in the history
  • Loading branch information
maximelucas committed Feb 5, 2025
1 parent b94e1ab commit 2d5f099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/plot_simple_hypergraph_outline.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@


pos = xgi.barycenter_spring_layout(H, seed=1)
xgi.draw(H, pos=pos, hull=True, edge_fc="white")
xgi.draw(H, pos=pos, hull=True, edge_fc="white", edge_lw=15)

plt.show()

0 comments on commit 2d5f099

Please sign in to comment.