You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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".
The text was updated successfully, but these errors were encountered: