简体   繁体   English

交互式Python网络/图形建模

[英]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. 我正在寻找一个python库,它允许我以交互方式绘制网络和图形并将数据附加到节点和边缘。

I have found two libraries for Java that seem to do what I need: JUNG and piccolo2d . 我找到了两个似乎可以做我需要的Java库: JUNGpiccolo2d Are there any python equivalents to these? 这些是否有任何python等价物?

Have a look at: 看一下:

I've got an example of doing this here: http://brandonrose.org/ner2sna 我在这里有一个这样做的例子: http//brandonrose.org/ner2sna

I show how you can auto-generate a D3.js chart using Python. 我将展示如何使用Python自动生成D3.js图表​​。

Using GNU/Radio Companion, I was able to accomplish what I needed by performing some extensions here and there. 使用GNU / Radio Companion,我能够通过在这里和那里执行一些扩展来完成我所需要的。

It is not the best solution since it introduces some ugly dependencies, but it works for now. 它不是最好的解决方案,因为它引入了一些丑陋的依赖,但它现在有效。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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