It's possible with Matplotlib but you'lll have to write some code. See
http://matplotlib.sourceforge.net/users/event_handling.html
for details.
Aric
--
You received this message because you are subscribed to the Google Groups "networkx-discuss" group.
To post to this group, send email to networkx...@googlegroups.com.
To unsubscribe from this group, send email to networkx-discu...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/networkx-discuss?hl=en.
http://matplotlib.sourceforge.net/examples/event_handling/index.html
Aric
Aric
--
You received this message because you are subscribed to the Google Groups "networkx-discuss" group.
To post to this group, send email to networkx...@googlegroups.com.
To unsubscribe from this group, send email to networkx-discu...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/networkx-discuss?hl=en.
You might have better luck asking on the matplotlib mailing list since
your question is about the use of patch properties with matplotlib.
What you'll need to do is modify the mpatches.PathPatch part to change
the color and shape of the patch. (Or alternatively use some of the
predefined patches like Circle).
Aric
Aric
--
You received this message because you are subscribed to the Google Groups "networkx-discuss" group.
To post to this group, send email to networkx...@googlegroups.com.
To unsubscribe from this group, send email to networkx-discu...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/networkx-discuss?hl=en.
I think Gephi reads GraphML and GEXF format files (probably others).
So you could try that.
Aric
cheers
Simon