hypergraphx icon indicating copy to clipboard operation
hypergraphx copied to clipboard

draw_hypergraph node color

Open MIWdlB opened this issue 2 years ago • 0 comments

Currently draw_hypergraph does not allow an array as input for node_color as it suggests.

Fix is to change the relevant line in the call to nx.draw_networkx_nodes to:

node_color=node_color[n],

MIWdlB avatar Dec 12 '23 17:12 MIWdlB