
12 Jul
2010
12 Jul
'10
4:50 p.m.
On Mon, 12 Jul 2010, Daniel Trebbien wrote:
Do you have a script or something that compiles the .dot files into figures, or at least human-readable directions (script preferred of course)? It would be nice to have that saved for posterity.
I used Graphviz, but nothing fancy. The undirected graphs were generated with:
fdp -Tpng -ograph.png graph.dot
and then the resulting `graph.png` was converted to a GIF with GIMP.
To draw the directed graph, I used:
circo -Tpng -odigraph.png digraph.dot
Could you please write this up into a shell script, listing the names of your dot files and what rendering program you used for each? -- Jeremiah Willcock