HGX-Team / hypergraphx

HGX is a multi-purpose, open-source Python library for higher-order network analysis
https://hypergraphx.readthedocs.io/
Other
212 stars 26 forks source link

Extend basics tutorial concerning draw_hypergraph #15

Open wsamoy opened 1 year ago

wsamoy commented 1 year ago

I can't seem to control the node size on an individual basis in the draw_hypergraph function.

Ideally, I would be able to use a dictionary with the node names as key and the node size as value.

I have tried constructing a np.array in all shapes and sizes that holds this information but I always get: "ValueError: s must be a scalar, or float array-like with the same size as x and y".