Files
devops/perl/lib/Graph-Easy-0.76/t/in/dot/2_group_labelloc.dot
2025-09-17 16:08:16 +08:00

12 lines
167 B
Plaintext

digraph GRAPH_0 {
subgraph "cluster0" {
label="Bergtour:";
style="filled,dashed";
labelloc=bottom;
labeljust=l;
Zugspitze -> Wasserkuppe
}
}