On Thu, May 8, 2008 at 11:39 PM, Tim Mitchell <[EMAIL PROTECTED]> wrote:

> I can use the axes position to work I guess but that seems rather
> unsatisfactory as I'll have to figure out when it's being displayed or
> not, font sizing and spacing blah blah blah.
> Is there an easier way around this (or a fix?)? I'm using v0.90.0

There is no current way to automate this easily -- Michael has done
some experimental work for autosizing the axes to make room for the
text on the svn trunk, but it is not complete.  There is a parameter
that you can set in your matplotlibrc figure.subplot.bottom to make
the bottom of the axes higher by default, or you can manually change
this with

fig.subplots_adjust(bottom=0.2)

JDH

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to