1

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

Ooker
  • 1,969
  • 4
  • 28
  • 58
  • There does not seem to be any definitive documentation, but the effective answer is no. Neato does not usefully support clusters. – sroush May 25 '21 at 19:16
  • @sroush why is that? – Ooker May 26 '21 at 04:52
  • 1
    I am just a groupie, you'll have to ask the developers (https://forum.graphviz.org/) (I'd guess that the cluster concept does not match well with the neato algorithm) You might also request this feature (https://gitlab.com/graphviz/graphviz/-/issues) – sroush May 27 '21 at 02:58
  • You may be interested that neato supports records, see [*Using Graphviz's dot or neato to layout clusters*](https://stackoverflow.com/q/5176004/2932052) for more. – Wolf Aug 30 '22 at 14:27

0 Answers0