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
PR #402 fixes this, but I need to figure out why it breaks the unit tests for drawing. It passes the tests for the _color_arg_to_dict just fine, but for some reason it isn't getting the number of patches correct. I did verify that the visualization looks correct.
Let's say we plot a simple hypergraph
Here
H.nodes.degree
is aNodeStat
, it works:But if we replace it by a list with the same values
H.nodes.degree.aslist()
, the cmap is discarded and back to its default:I guess we may have a similar problem with related variables:
node_ec_cmap
,dyad_color_cmap
,edge_fc_cmap
.The text was updated successfully, but these errors were encountered: