xlabel getting chopped off

i'm having a problem with an xlabel getting chopped off at the bottom of a figure.
i've looked through the matplotlibrc parameters and can't find anything that addresses
this. toying with the figure.subplot.* didn't seem to have an effect. how can i prevent
this from happening?

thx,
drs

Try:

figure.subplots_adjust(bottom=0.2)

Ryan

···

On Thu, Mar 5, 2009 at 6:24 PM, Daniel Soto <danielrsoto@…287…> wrote:

i’m having a problem with an xlabel getting chopped off at the bottom

of a figure.

i’ve looked through the matplotlibrc parameters and can’t find

anything that addresses

this. toying with the figure.subplot.* didn’t seem to have an

effect. how can i prevent

this from happening?


Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma

brilliant. that worked nicely.

thanks ryan,
drs

···

On 5 Mar 2009, at 17:44, Ryan May wrote:

On Thu, Mar 5, 2009 at 6:24 PM, Daniel Soto <danielrsoto@...287...> > wrote:
i'm having a problem with an xlabel getting chopped off at the bottom
of a figure.
i've looked through the matplotlibrc parameters and can't find
anything that addresses
this. toying with the figure.subplot.* didn't seem to have an
effect. how can i prevent
this from happening?

Try:

figure.subplots_adjust(bottom=0.2)

Ryan

--
Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma