I wonder if Eric's changes (which are quite different) fix David's
scalar mask problem...?
Cheers,
Mike
Eric Firing wrote:
> Michael Droettboom wrote:
>> David Huard wrote:
>>> Hi,
>>>
>>> calling show returns the following error using the numpy maskedarray
>>> branch. The figure is a quiver pl
Michael Droettboom wrote:
> David Huard wrote:
>> Hi,
>>
>> calling show returns the following error using the numpy maskedarray
>> branch. The figure is a quiver plot on a basemap instance.
>
> I haven't personally done any testing with the maskedarray branch
> myself, though I know Eric Firing
David Huard wrote:
> Hi,
>
> calling show returns the following error using the numpy maskedarray
> branch. The figure is a quiver plot on a basemap instance.
I haven't personally done any testing with the maskedarray branch
myself, though I know Eric Firing has done a little.
> /usr/local/lib
Hi,
calling show returns the following error using the numpy maskedarray branch.
The figure is a quiver plot on a basemap instance.
/usr/local/lib64/python2.5/site-packages/matplotlib/figure.pyc in draw(self,
renderer)
696
697 # render the axes
--> 698 for a in self.axes: