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!
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!
GraphViz is a powerful tool to make nice graphs and you have a python wrapper called PygraphViz that should answer your question.