简体   繁体   中英

Interactive Python Network/Graph Modeling

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?

Have a look at:

I've got an example of doing this here: http://brandonrose.org/ner2sna

I show how you can auto-generate a D3.js chart using Python.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM