9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
STRICT DIGRAPH "graph" {
|
|
EDGE [ label=foo ]
|
|
NODE [ style=dotted ]
|
|
SUBGRAPH cluster_me {
|
|
a -> b
|
|
}
|
|
c -> d
|
|
}
|