Reputation: 15131
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!
Upvotes: 4
Views: 2229
Reputation: 15494
GraphViz is a powerful tool to make nice graphs and you have a python wrapper called PygraphViz that should answer your question.
Upvotes: 2