fhew has asked for the wisdom of the Perl Monks concerning the following question:
a -> b:f0:se
'connect node 'a' to node 'b' at label 'f0' at the compass point 'se' (south east).
But the perl interface doesn't mention how to specify this option. It only talks about assigning 'multiple labels' to a node and how to select a connection to a specific node.
Tomorrow I might try:
$g->add_node('a'); $g->add_node('b', label => ['0', '1']); $g->add_edge('a' => 'b', to_port => '0:se');
Comments anyone?
TIA Fulko
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: graphViz and compass pointed labels
by Anonymous Monk on May 26, 2010 at 22:31 UTC | |
by fhew (Beadle) on May 27, 2010 at 08:33 UTC | |
by Anonymous Monk on May 27, 2010 at 12:08 UTC | |
by Anonymous Monk on May 27, 2010 at 10:34 UTC |