Is there a way to draw cluster with neato?

370 Views Asked by At

I have a graph that is best presented with neato. However it seems that neato doesn't support cluster? Here is a test code and its graphic:

graph G {
    subgraph clusterA{
    1;
    2;
    3;
    }
    
}

enter image description here

I also ask this on GraphViz forum

0

There are 0 best solutions below