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