Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a good diagramming library for Python?

I should say I'm looking for something interactive, equivalent to what Nevron offers in it's .NET Diagram product, where a user can create nodes, interact with them by dragging them around, etc. I know there's GraphViz, but as far as I know it's static, and just renders a graph/diagram, there is no interaction with it.

I have a bad feeling there is nothing as rich as this in the cross platform world for Python or any other script language, but maybe I've missed it.

like image 749
Leeks and Leaks Avatar asked Oct 21 '09 20:10

Leeks and Leaks


1 Answers

Ubigraph is probably not what you want, but is still really excellent.

like image 80
Jonathan Feinberg Avatar answered Sep 20 '22 18:09

Jonathan Feinberg