|
From: Neal B. <ndb...@gm...> - 2011-09-11 19:38:07
|
Jae-Joon Lee wrote: > On Sun, Sep 11, 2011 at 10:16 PM, Neal Becker <ndb...@gm...> wrote: >> Yes, that's very helpful. Just one thing. How would I get a bit more bottom >> margin on the main figure to leave more room for the extra axis? >> >> I'm using this as an example. I experimented with plt.subplots_adjust, which >> seems like it might do the right thing. Is this the 'best' approach? >> (I really don't know what all these methods do, just guessing) > > Yes, you need to fiddle with subplots_adjust command. The current > development branch of matplotlib (not yet released) has a new function > "tight_layout", which does this automatically for you. > Regards, > > -JJ Looking forward to that. Any idea of an ETA for a release? |