grdshapes.gv 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. digraph G {bgcolor=blue
  2. subgraph cluster_1 {
  3. fontcolor=white
  4. node [style=filled fillcolor="bisque:brown"]
  5. n27 [shape = "polygon" ]
  6. n26 [shape = "oval" ]
  7. n25 [shape = "egg" ]
  8. n24 [shape = "trapezium" ]
  9. n23 [shape = "parallelogram" ]
  10. n22 [shape = "house" ]
  11. n21 [shape = "octagon" ]
  12. n20 [shape = box ]
  13. n19 [shape = "circle" ]
  14. n18 [shape = "diamond" ]
  15. n17 [shape = "ellipse" ]
  16. n16 [shape = "hexagon" ]
  17. n15 [shape = "invtriangle" ]
  18. n14 [shape = "pentagon" ]
  19. n13 [shape = "rect" ]
  20. n12 [shape = "septagon" ]
  21. n11 [shape = "triangle" ]
  22. n10 [shape = "rectangle" ]
  23. n9 [shape = "square" ]
  24. n8 [shape = "doublecircle" ]
  25. n7 [shape = "doubleoctagon" ]
  26. n6 [shape = "tripleoctagon" ]
  27. n5 [shape = "invtrapezium" ]
  28. n4 [shape = "invhouse" ]
  29. n3 [shape = "Mdiamond" ]
  30. n2 [shape = "Msquare" ]
  31. n1 [shape = "Mcircle" ]
  32. x1 [shape = "note" ]
  33. x2 [shape = "tab" ]
  34. x3 [shape = "folder" ]
  35. x4 [shape = "box3d" ]
  36. x5 [shape = "component" ]
  37. label = "Shape Variations";
  38. }
  39. n1 -> n2-> n3 -> n4 -> n5 -> n6 -> n7 -> n8 -> n9 -> n10 -> n11 -> n12 -> n13 -> n14
  40. n15 -> n16 -> n17 -> n18 -> n19 -> n20 -> n21 -> n22 -> n23 -> n24 -> n25 -> n26 -> n27
  41. x1 -> x2 -> x3 -> x4 -> x5
  42. }