I want my nodes in graph to change their colour dynamically
I tried to use color parameter like this G.add_node(node, color = ['red', 'white']) It doesn't work.
I am ready to change result html, but I don't know how to find exact node by its name
I want my nodes in graph to change their colour dynamically
I tried to use color parameter like this G.add_node(node, color = ['red', 'white']) It doesn't work.
I am ready to change result html, but I don't know how to find exact node by its name