subg-attrib.dot 193 B

1234567891011
  1. digraph "huh"
  2. {
  3. /* in subgraph attrib is possible */
  4. subgraph "bar1" { 10[label="oh"] }[label="f1"]
  5. /* in a edge the attrib is not possible */
  6. subgraph "bar2" { 10[label="OH"] } -> 20
  7. }