views:

48

answers:

2

Which library can I use to develop an application for visual modeling with graphs? Is there a library for Python like JGraph for Java?

Thank you!

A: 

I don't know from JGraph, but gnuplot has a Python wrapper.

Nathon
Gnuplot is a plotting library, but I want to develop a visual designer with Drag and Drop features.
DenisKolodin
Ah, then Mermoz answered your question.
Nathon
+1  A: 

GraphViz is a powerful tool to make nice graphs and you have a python wrapper called PygraphViz that should answer your question.

Mermoz