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], `