|
From: John H. <jd...@gm...> - 2010-01-26 20:27:25
|
On Tue, Jan 26, 2010 at 12:00 PM, cwurld <cw...@ya...> wrote: > > Hi, > > I am trying to generate some pngs without using the GUI interface using the > AGG backend. The problem is when I set figsize, the bottom part of the > x-axis label is clipped. I am using python 2.5 in windows XP. I just > installed the lastest version of matplotlib today version 0.98.3. Below is > the code that produces two images that both have this problem. Try setting fig.subplots_adjust(bottom=0.2) The default is 0.1 JDH |