Is there a JGraph alternative for Python?
Which library can I use to develop an application for visual modeling with graphs? Is there a 开发者_如何学Clibrary for Python like JGraph for Java?
Thank you!
GraphViz is a powerful tool to make nice graphs and you have a python wrapper called PygraphViz that should answer your question.
I don't know from JGraph, but gnuplot has a Python wrapper.
精彩评论