Bruce
Bruce

Reputation: 35285

Change the color of a node or an edge

I want to redraw a Graph g with only the color of a node or edge changed. How do I do that?

Upvotes: 0

Views: 468

Answers (1)

John La Rooy
John La Rooy

Reputation: 304413

Your version of networkx is too old.

try

$ easy_install networkx

to get the current version

Upvotes: 1

Related Questions