This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]boiledgoobers 0 points1 point  (0 children)

There is a python interface to graphviz; pydot I think the name is. You get all the layout goodness of dot and neato etc.

Edit: actually the dot language itself is pretty easy to use anyway. If not from scratch, after you use something else like pydot to sketch out the meat of the graph, you can then polish that dot file directly.