Re: Graphviz/dot language formatter
Hi, the recently added boost.graph python binding could be most useful: http://www.osl.iu.edu/~dgregor/bgl-python/#download -- http://mail.python.org/mailman/listinfo/python-list
Re: Graphviz/dot language formatter
[EMAIL PROTECTED] wrote: > Hi, > I am new to Graphviz/dot language, the source .dot files are chaos so I > am looking for source formatter for the .dot files, any ideas? Pydot is a pyparsing-based parser at http://dkbza.org/pydot.html. This may give you a jump on source formatting. -- Paul --