shorthand_notation.dot 70 B

12345
  1. digraph {
  2. rankdir="LR"
  3. X -> Y [label="W",mode="horizontal"]
  4. }