[Biopython-dev] [Biopython - Feature #3336] (New) Make Phylo.draw more customizable

redmine at redmine.open-bio.org redmine at redmine.open-bio.org
Mon Apr 2 01:40:27 UTC 2012


Issue #3336 has been reported by Eric Talevich.

----------------------------------------
Feature #3336: Make Phylo.draw more customizable
https://redmine.open-bio.org/issues/3336

Author: Eric Talevich
Status: New
Priority: Normal
Assignee: 
Category: 
Target version: 
URL: 


On and off the mailing lists, I've received requests to make the plots rendered by Phylo.draw more customizable. For example:
http://lists.open-bio.org/pipermail/biopython/2012-March/007851.html

Since Phylo.draw is based on matplotlib/pyplot, it should be possible for essentially everything about the plot to be customizable by the user using pyplot's standard mechanisms -- e.g. adjust the font sizes with rcParams["font.size"].

Other requested features:

* Accept **kwargs in Phylo.draw, and pass it along to pyplot -- but where?
* Format the confidence/support values differently (currently everything is treated as a float), including or perhaps with the addition of arbitrary branch labels (e.g. estimated number of mutations on a branch)
* Return a mapping of clade objects to a tuple or dict of pyplot elements (LineCollection, PatchCollection, etc.)



----------------------------------------
You have received this notification because this email was added to the New Issue Alert plugin


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here and login: http://redmine.open-bio.org




More information about the Biopython-dev mailing list