dotneato/neato -Tpng test.dot > test.png
Input:
Comments:
graph test {
node [shape=plaintext];
edge [dir=none];
A -- B;
subgraph clusterA {
A;
}
subgraph clusterB {
B;
}
}
[erg] Correct. In fact, by their nature, it's not clear how well
clusters would work in twopi and circo. However, we do now provide
fdp, which gives neato-like layouts and allows clusters.
Owner: *
Status: Request