rowcolsep_dot.gv 622 B

123456789101112131415161718192021222324
  1. digraph G {
  2. graph [bb="0,0,144,108",
  3. nodesep=0.5
  4. ];
  5. node [label="\N",
  6. shape=box
  7. ];
  8. aaa [height=0.5,
  9. pos="27,90",
  10. width=0.75];
  11. bbb [height=0.5,
  12. pos="27,18",
  13. width=0.75];
  14. aaa -> bbb [pos="e,27,36.104 27,71.697 27,63.983 27,54.712 27,46.112"];
  15. BBB [height=0.5,
  16. pos="117,18",
  17. width=0.75];
  18. aaa -> BBB [pos="e,95.009,36.104 49.247,71.697 60.582,62.881 74.53,52.032 86.819,42.474"];
  19. AAA [height=0.5,
  20. pos="117,90",
  21. width=0.75];
  22. AAA -> bbb [pos="e,48.991,36.104 94.753,71.697 83.418,62.881 69.47,52.032 57.181,42.474"];
  23. AAA -> BBB [pos="e,117,36.104 117,71.697 117,63.983 117,54.712 117,46.112"];
  24. }