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=
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
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
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
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
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
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
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. (