I’m working on an improved pom target for maven-dependency-plugin and have most of what I want - but there are few orphan subgraphs. More precisely I can see the populated subgraph/cluster, with its own label, but I also see the empty subgraph/cluster.
I’ve tried renaming the subgraph to match the label but no joy.
I suspect it’s just an oversight on my part so I wanted start here instead of submitting an issue. tree2.dot (18.9 KB)
f it helps the issue may be related to the fact that all of the links are to notes within the subgraph/cluster. Things work as expected if there’s a single child node since I use ports, e.g., “cluster”:f3.
However for the subgraphs/clusters with multiple entries I haven’t successfully created a port - I’m leaving the node id unchanged and accessing it directly. I have added additional edges from the parent node to the subgraph but that doesn’t change anything.