nidi3 / graphviz-java

Use graphviz with pure java
Apache License 2.0
934 stars 107 forks source link

subgraph connenct #221

Open OctZyy opened 2 years ago

OctZyy commented 2 years ago

How do I connect the subgraph? In the example: c -> g [ltail=cluster0,lhead=cluster1]; How to set ltail and lhead?