Interactive Python Network/Graph Modeling

2019-03-18 09:36发布

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?

3条回答
家丑人穷心不美
2楼-- · 2019-03-18 10:12

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.

查看更多
劳资没心,怎么记你
3楼-- · 2019-03-18 10:13

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.

查看更多
神经病院院长
4楼-- · 2019-03-18 10:21

Have a look at:

查看更多
登录 后发表回答