Draw a dynamic graph in python

I am trying to draw a dynamic graph that I want to control (by moving edges or nodes, updating data about edges or nodes, click on the edge to show additional information ...). I tried several programs and packages, such as prefuse, networkx, as well as processing. But with this, we cannot control the edges (for example, the onClick listener), we can just control the nodes. I also have a little problem because I use python to parse the data, and the binding languages ​​are new to me, I tried Jython with processing that was very slow ... I will be grateful for any help from you Thank you!

+3
source share
1 answer

Take a look at this example.

http://developer.qt.nokia.com/doc/qt-4.8/graphicsview-elasticnodes.html

, Python Binding ++/Qt aka PyQt Pyside. .

0

All Articles