Closed NAThompson closed 3 years ago
From the upstream source of the example, I think yes: cluster-to-cluster edges seem to be specific to the fdp
engine:
The fdp layout program supports edges between nodes and clusters and cluster-to-cluster.
From https://graphviz.org/docs/attrs/compound/ I understand that dot
supports related node-to-node edges that 'end early' on a cluster with compound=true
.
Should an error be thrown in this case?
You might want to ask about this upstream, e.g. in https://forum.graphviz.org (mildly related upstream issue), closing.
Beginning with the fdp cluster example, we see that we can attach edges to subgraphs. In the example, this figure is produced:
However, the same code with the default engine, i.e., replacing
with
produces a completely different graph:
Should an error be thrown in this case?