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 room
> above the figure? How can I add padding around the axes in the figure?


    fig = plt.figure()
    fig.subplots_adjust(top=0.8)

JDH

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to