Is it possible to make nodes in graph blinking using pyvis?

35 views Asked by At

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

0

There are 0 answers