James Conners wrote:
> Hi,
>
> I did a quick search of the archives and didn't find anything so
> here's a post of what I'm pretty sure is a bug in griddata of
> matplotlib.mlab:
> Matplotlib version: 0.99.1.1
>
>
> mlab.py: Line 2527
>
> if hasattr(z,'mask'):
> x = x.compress(z.mask == False
Hi,
I did a quick search of the archives and didn't find anything so here's a
post of what I'm pretty sure is a bug in griddata of matplotlib.mlab:
Matplotlib version: 0.99.1.1
mlab.py: Line 2527
if hasattr(z,'mask'):
x = x.compress(z.mask == False)
y = y.compress(z.mask == False)
z