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], `
Currently
draw_hypergraphdoes not allow an array as input fornode_coloras it suggests.Fix is to change the relevant line in the call to
nx.draw_networkx_nodesto:node_color=node_color[n],