C:Program FilesATTGraphvizbinneato.exe -Tpng sample.dot -o sample.png
Input:
Comments:
digraph SourceDependencies {
ratio=auto; node[fontname=Tahoma, fontsize=10]; overlap=false;
nodesep=2; splines=true;
edge [len=2];
subgraph cluster0 {
node [style=filled, color=limegreen];
style=filled;
color=linen;
a -> b;
a -> c;
a -> d;
b -> c;
d -> c;
a -> e;
d -> e;
d -> b;
e -> c;
f -> c;
g -> a;
}
}
removing the line "g -> a;" will no longer let neato calculate forever.
[erg] No declaration of drand48() in splines.c, producing very strange
numbers.
Owner: erg
Status: Fixed (14 March 2002)