NAME
Bio::Phylo::Treedrawer::Svg - Creates svg tree drawings. No serviceable parts inside.
DESCRIPTION
This module creates a scalable vector graphic from a Bio::Phylo::Trees::Tree object. It is called by the Bio::Phylo::Treedrawer object, so look there to learn how to create tree drawings. (For extra per-node formatting, attach a hash reference to the node, like so: $node->set_generic( 'svg' => { 'stroke' => 'red' } ), which outlines the node, and branch leading up to it, in red.)
SEE ALSO
- Bio::Phylo::Treedrawer
-
The svg treedrawer is called by the Bio::Phylo::Treedrawer object. Look there to learn how to create tree drawings.
- Bio::Phylo::Manual
-
Also see the manual: Bio::Phylo::Manual.
REVISION
$Id: Svg.pm 4213 2007-07-15 03:11:27Z rvosa $