Graphviz
Subgraphs
// clusterX naming will cause a boundary to be drawn around // the subgraph nodes; note this isn't part of the DOT // language, just supported by a number of the layout engines. subgraph [cluster0] { NodeA; NodeB; NodeC; }
// clusterX naming will cause a boundary to be drawn around // the subgraph nodes; note this isn't part of the DOT // language, just supported by a number of the layout engines. subgraph [cluster0] { NodeA; NodeB; NodeC; }