GraphViz2

 view release on metacpan or  search on metacpan

t/snapshots/gen_macro_3_t/dot_file  view on Meta::CPAN

'digraph Perl {
 graph [ label="Macro demo 3 - Cluster sub-graphs" rankdir="TB" ]
 edge [ color="grey" ]

 subgraph "cluster 1" {
  graph [ label="cluster 1" ]
  node [ color="magenta" shape="diamond" ]
  "Chadstone" [ shape="hexagon" ]
  "Waverley" [ color="orange" ]
  "Chadstone" -> "Waverley"
 }

 subgraph "cluster 2" {
  graph [ label="cluster 2" ]
  node [ color="magenta" shape="diamond" ]
  "Hughesdale" [ shape="hexagon" ]
  "Notting Hill" [ color="orange" ]
  "Hughesdale" -> "Notting Hill"
 }
}
'



( run in 0.788 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )