vote up 1 vote down star
1

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.

flag

29% accept rate
have you found anything ? I'm looking for the same kind of thing. – LB Nov 2 at 16:54

2 Answers

vote up 1 vote down

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

link|flag
But does this enable user selection of the nodes? Far as I can tell it isn't interactive. – Leeks and Leaks Oct 22 at 18:22
I apologize. I had remembered it being interactive in that way, but was wrong. Ubigraph is not what you want. :/ – Jonathan Feinberg Oct 22 at 20:07
vote up 0 vote down

Writing graphviz dot files is a good way to go. Google for graphviz and see http://code.google.com/p/pydot/ for a python wrapper.

link|flag
this is static. – LB Nov 2 at 16:54

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.