rowcolsep_dot1.gv 619 B

123456789101112131415161718192021222324
  1. digraph G {
  2. graph [bb="0,0,126,180",
  3. ranksep=1.5
  4. ];
  5. node [label="\N",
  6. shape=box
  7. ];
  8. aaa [height=0.5,
  9. pos="27,162",
  10. width=0.75];
  11. bbb [height=0.5,
  12. pos="27,18",
  13. width=0.75];
  14. aaa -> bbb [pos="e,27,36.189 27,143.87 27,119.67 27,75.211 27,46.393"];
  15. BBB [height=0.5,
  16. pos="99,18",
  17. width=0.75];
  18. aaa -> BBB [pos="e,90.284,36.189 35.685,143.87 48.118,119.35 71.096,74.032 85.686,45.259"];
  19. AAA [height=0.5,
  20. pos="99,162",
  21. width=0.75];
  22. AAA -> bbb [pos="e,35.716,36.189 90.315,143.87 77.882,119.35 54.904,74.032 40.314,45.259"];
  23. AAA -> BBB [pos="e,99,36.189 99,143.87 99,119.67 99,75.211 99,46.393"];
  24. }