Re: [Matplotlib-users] `fig.subplots_adjust` does not behave as advertized

2009-11-24 Thread Jeff Whitaker
Phillip M. Feldman wrote: > Jeff Whitaker wrote: >> Phillip M. Feldman wrote: >>> Jeff Whitaker wrote: Dr. Phillip M. Feldman wrote: > The basemap demo `cubed_sphere.py` contains the following line of > code: > >fig.subplots_adjust(bottom=0, left=0, right=1, top=0, wspace=

Re: [Matplotlib-users] `fig.subplots_adjust` does not behave as advertized

2009-11-24 Thread Phillip M. Feldman
Jeff Whitaker wrote: > Phillip M. Feldman wrote: >> Jeff Whitaker wrote: >>> Dr. Phillip M. Feldman wrote: The basemap demo `cubed_sphere.py` contains the following line of code: fig.subplots_adjust(bottom=0, left=0, right=1, top=0, wspace=0, hspace=0) >From

Re: [Matplotlib-users] `fig.subplots_adjust` does not behave as advertized

2009-11-23 Thread Jeff Whitaker
Phillip M. Feldman wrote: > Jeff Whitaker wrote: >> Dr. Phillip M. Feldman wrote: >>> The basemap demo `cubed_sphere.py` contains the following line of code: >>> >>>fig.subplots_adjust(bottom=0, left=0, right=1, top=0, wspace=0, >>> hspace=0) >>> >>> >From the documentation, it would appear th

Re: [Matplotlib-users] `fig.subplots_adjust` does not behave as advertized

2009-11-23 Thread Phillip M. Feldman
Jeff Whitaker wrote: > Dr. Phillip M. Feldman wrote: >> The basemap demo `cubed_sphere.py` contains the following line of code: >> >>fig.subplots_adjust(bottom=0, left=0, right=1, top=0, wspace=0, >> hspace=0) >> >> >From the documentation, it would appear that `wspace=0` should >> remove all

Re: [Matplotlib-users] `fig.subplots_adjust` does not behave as advertized

2009-11-23 Thread Dr. Phillip M. Feldman
Dr. Phillip M. Feldman wrote: > The basemap demo `cubed_sphere.py` contains the following line of code: > >fig.subplots_adjust(bottom=0, left=0, right=1, top=0, wspace=0, > hspace=0) > > >From the documentation, it would appear that `wspace=0` should remove all > horizontal space between the

Re: [Matplotlib-users] `fig.subplots_adjust` does not behave as advertized

2009-11-23 Thread Dr. Phillip M. Feldman
Dr. Phillip M. Feldman wrote: > The basemap demo `cubed_sphere.py` contains the following line of code: > >fig.subplots_adjust(bottom=0, left=0, right=1, top=0, wspace=0, > hspace=0) > > >From the documentation, it would appear that `wspace=0` should remove all > horizontal space between the

Re: [Matplotlib-users] `fig.subplots_adjust` does not behave as advertized

2009-11-23 Thread Jeff Whitaker
Dr. Phillip M. Feldman wrote: > The basemap demo `cubed_sphere.py` contains the following line of code: > >fig.subplots_adjust(bottom=0, left=0, right=1, top=0, wspace=0, hspace=0) > > >From the documentation, it would appear that `wspace=0` should remove all > horizontal space between the subp

[Matplotlib-users] `fig.subplots_adjust` does not behave as advertized

2009-11-22 Thread Dr. Phillip M. Feldman
The basemap demo `cubed_sphere.py` contains the following line of code: fig.subplots_adjust(bottom=0, left=0, right=1, top=0, wspace=0, hspace=0) >From the documentation, it would appear that `wspace=0` should remove all horizontal space between the subplots. But, this isn't what happens. (