Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Interactive Python Network/Graph Modeling [closed]

I'm looking for a python library that will allow me to interactively draw networks and graphs and attach data to nodes and edges.

I have found two libraries for Java that seem to do what I need: JUNG and piccolo2d. Are there any python equivalents to these?

like image 801
wkz Avatar asked Apr 19 '11 14:04

wkz


1 Answers

Have a look at:

  • matplotlib - Here are some graphs made with it.
  • networkx
  • igraph
like image 63
wong2 Avatar answered Nov 09 '22 22:11

wong2