shorthand_notation_expanded.dot 444 B

123456789101112131415
  1. digraph {
  2. XN [label="",shape="point"]
  3. YN [label="",shape="point"]
  4. WL [label="",shape="point",width="0"]
  5. e [label="",shape="point",width="0"]
  6. WN [label="",shape="point"]
  7. XN -> WL [constraint="false",arrowhead="none"]
  8. WL -> YN [constraint="false"]
  9. YN -> Y [style="dotted"]
  10. XN -> X [style="dotted"]
  11. WN -> W [style="dotted"]
  12. WL -> e [constraint="true",arrowhead="none"]
  13. e -> WN [constraint="true"]
  14. }