(This entry was imported from the savannah tracker, original
location: https://savannah.nongnu.org/bugs/index.php?12649)
Would be nice to have graphviz output too next to 'agraph', as it's
free and very versatile. Format is even easier, basically:
strict digraph categories {
"ParentNode1" -> "Child1";
"Parent2" -> "Child2";
..etc..
}
(Naturally:
1) writing a converter from VCG to DOT is pretty easy,
2) DOT files can do much more fancy things is someone interested)
monotone version:
-----------------
0.17 or 0.18
Reported by Unknown User, Apr 12, 2005