From: John H. <jd...@gm...> - 2007-11-27 20:00:10
|
On Nov 27, 2007 1:56 PM, Tom Johnson <tj...@gm...> wrote: > > Use the subplots_adjust paramters, eg > > fig.subplots_adjust(hspace=0) > This wasn't working for me... Oh, I was assuming you wanted to adjust the space between two subplots stacked one over another. For side-by-side, use wspace f.subplots_adjust(wspace=0) |