Graphviz Example: Undirected Graph Clusters
The fdp layout program supports edges between nodes and clusters and cluster-to-cluster. The syntax is fairly obvious. fdp is being actively worked on, so the probability of hitting a bug is higher than with neato. Also the quality of the layouts will be improving.
|
|
graph G {
e
subgraph clusterA {
a -- b;
subgraph clusterC {
C -- D;
}
}
subgraph clusterB {
d -- f
}
d -- D
e -- clusterB
clusterC -- clusterB
}
|
|
[SVG]
Copyright © 1996-2004 AT&T. All rights reserved.

Recent comments
1 day 11 hours ago
1 day 12 hours ago
1 day 12 hours ago
1 day 12 hours ago
1 week 11 hours ago
1 week 13 hours ago
1 week 1 day ago
1 week 1 day ago
1 week 2 days ago
1 week 2 days ago