views:

42

answers:

1

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

+1  A: 

Your version of networkx is too old.

try

$ easy_install networkx

to get the current version

gnibbler