Doh!  Sorry, I adjusted the wrong space.

On Nov 27, 2007 11:56 AM, Tom Johnson <[EMAIL PROTECTED]> wrote:
> On Nov 27, 2007 11:48 AM, John Hunter <[EMAIL PROTECTED]> wrote:
> > Use the subplots_adjust paramters, eg
> >
> > fig.subplots_adjust(hspace=0)
> >
>
> This wasn't working for me...
>
> from pylab import *
> f = gcf()
> f.subplots_adjust(hspace=0)
> f.add_subplot(121)
> f.add_subplot(122)
> show()
>
> Adjusting the space after adding the subplots did not work either (using SVN).
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to