10

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?

wkz
  • 2,203
  • 1
  • 15
  • 21

2 Answers2

4

Have a look at:

Jason Sundram
  • 12,225
  • 19
  • 71
  • 86
wong2
  • 34,358
  • 48
  • 134
  • 179
0

Using GNU/Radio Companion, I was able to accomplish what I needed by performing some extensions here and there.

It is not the best solution since it introduces some ugly dependencies, but it works for now.

wkz
  • 2,203
  • 1
  • 15
  • 21