Erik Tollerud-2 wrote: > > I'm curious if anyone knows a good way to embed pydot > (http://code.google.com/p/pydot/) graphs (or really, any > graphviz-style graphs) inside matplotlib somehow. >
The closest thing is probably NetworkX (http://networkx.lanl.gov/index.html) and PyGraphviz (http://networkx.lanl.gov/pygraphviz/) The above tools can at least provide the position of the nodes, but I don't think they use the drawing information provided by Graphviz. As mentioned in another post, it is not that hard to write a Graphviz to Matplotlib converter. Graphviz can output very detailed rendering information when using the xdot output format (http://www.graphviz.org/doc/info/output.html#d:xdot) Sounds like a fun weekend project :) - Kjell Magne Fauske -- View this message in context: http://old.nabble.com/Pydot-graphs-in-matplotlib--tp27602474p27701290.html Sent from the matplotlib - users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users