| Bio::Phylo::Treedrawer::Svg - Graphics format writer used by treedrawer, no serviceable parts |
Bio::Phylo::Treedrawer::Svg - Graphics format writer used by treedrawer, no serviceable parts inside
This module creates a scalable vector graphic from a Bio::Phylo::Trees::Tree object. It is called by the the Bio::Phylo::Treedrawer manpage 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.)
The svg treedrawer is called by the the Bio::Phylo::Treedrawer manpage object. Look there to learn how to create tree drawings.
Also see the manual: the Bio::Phylo::Manual manpage and http://rutgervos.blogspot.com.
$Id: Svg.pm 1128 2009-06-16 07:26:07Z rvos $
| Bio::Phylo::Treedrawer::Svg - Graphics format writer used by treedrawer, no serviceable parts |