Re: [Matplotlib-users] squishing a plot axis

2008-09-11 Thread John Hunter
On Thu, Sep 11, 2008 at 10:19 AM, Jonathon Anderson <[EMAIL PROTECTED]> wrote: > I've got a pretty standard "plot with a title" set up, but my title is > three lines long, and is pushed off the top of the figure by the > layout. > > How can I "squish" (rescale) the y-axis of my axes to give more ro

[Matplotlib-users] squishing a plot axis

2008-09-11 Thread Jonathon Anderson
I've got a pretty standard "plot with a title" set up, but my title is three lines long, and is pushed off the top of the figure by the layout. How can I "squish" (rescale) the y-axis of my axes to give more room above the figure? How can I add padding around the axes in the figure? (For now, I'v