Skip to content

Commit

Permalink
Phylo.draw: explain rcParams in the docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
etal committed Mar 24, 2012
1 parent e25a1b8 commit 947f82f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Bio/Phylo/_utils.py
Expand Up @@ -262,6 +262,11 @@ def draw(tree, label_func=str, do_show=True, show_confidence=True, axes=None):
The graphic is a rooted tree, drawn with roughly the same algorithm as
draw_ascii.
Visual aspects of the plot can be modified using pyplot's own functions and
objects (via pylab or matplotlib). In particular, the pyplot.rcParams
object can be used to scale the font size (rcParams["font.size"]) and line
width (rcParams["lines.linewidth"]).
:Parameters:
label_func : callable
A function to extract a label from a node. By default this is str(),
Expand Down

0 comments on commit 947f82f

Please sign in to comment.