GraphViz2
view release on metacpan or search on metacpan
t/snapshots/gen_macro_2_t/dot_file view on Meta::CPAN
'digraph Perl {
graph [ label="Macro demo 2 - Linked non-cluster sub-graphs" rankdir="TB" ]
node [ shape="oval" ]
edge [ color="grey" ]
subgraph "One" {
graph [ label="One" ]
node [ color="magenta" shape="diamond" ]
"Chadstone" [ shape="hexagon" ]
"Waverley" [ color="orange" ]
"Chadstone" -> "Waverley"
}
subgraph "Two" {
graph [ label="Two" ]
node [ color="magenta" shape="diamond" ]
"Hughesdale" [ shape="hexagon" ]
"Notting Hill" [ color="orange" ]
"Hughesdale" -> "Notting Hill"
}
"Chadstone" -> "Notting Hill" [ minlen="2" ]
}
'
( run in 3.245 seconds using v1.01-cache-2.11-cpan-98e64b0badf )