nestedclust_dot.gv 907 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. digraph G {
  2. graph [bb="0,0,300,220"];
  3. node [color="#00ff005f",
  4. fillcolor="#00ff005f",
  5. label="\N",
  6. style=filled
  7. ];
  8. {
  9. subgraph cluster_ss81 {
  10. graph [bb="64,8,134,204"];
  11. a [height=0.5,
  12. pos="99,178",
  13. width=0.75];
  14. b [height=0.5,
  15. pos="99,106",
  16. width=0.75];
  17. a -> b [pos="e,99,124.1 99,159.7 99,151.98 99,142.71 99,134.11"];
  18. c [height=0.5,
  19. pos="99,34",
  20. width=0.75];
  21. b -> c [pos="e,99,52.104 99,87.697 99,79.983 99,70.712 99,62.112"];
  22. }
  23. e [height=0.5,
  24. pos="27,178",
  25. width=0.75];
  26. f [height=0.5,
  27. pos="27,106",
  28. width=0.75];
  29. e -> f [pos="e,27,124.1 27,159.7 27,151.98 27,142.71 27,134.11"];
  30. }
  31. {
  32. subgraph cluster_x {
  33. graph [bb="142,144,292,212"];
  34. subgraph cluster_y {
  35. graph [bb="214,152,284,204"];
  36. y [height=0.5,
  37. pos="249,178",
  38. width=0.75];
  39. }
  40. x [height=0.5,
  41. pos="177,178",
  42. width=0.75];
  43. }
  44. x;
  45. y;
  46. }
  47. }