xgi-org / xgi

CompleX Group Interactions (XGI) is a Python package for higher-order networks.
https://xgi.readthedocs.io
Other
180 stars 28 forks source link

Add a way to specify `vmin` and `vmax` #536

Closed nwlandry closed 5 months ago

nwlandry commented 5 months ago

When trying to plot a color bar for nodal values, (the same is true for edge/dyad colors as well) it would be great to be able to add the ability to specify vmin and vmax as is done in matplotlib scatter.

maximelucas commented 5 months ago

Is this not already the case? In draw() draw_nodes() draw_hyperedges() etc.

nwlandry commented 5 months ago

😅 good call. That was an oops on my part! Closing this now.