GraphViz2
view release on metacpan or search on metacpan
t/snapshots/gen_macro_5_t/dot_file view on Meta::CPAN
'digraph Perl {
graph [ compound="true" label="Macro demo 5 - Compound 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"
}
"Chadstone" -> "Notting Hill" [ lhead="cluster 2" ltail="cluster 1" minlen="2" ]
}
'
( run in 0.820 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )