NAME
Bio::Phylo::Treedrawer::Svg - Graphics format writer used by treedrawer, 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 and http://rutgervos.blogspot.com.
REVISION
$Id: Svg.pm 1128 2009-06-16 07:26:07Z rvos $