|
From: Jae-Joon L. <lee...@gm...> - 2011-09-11 15:20:02
|
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 |