[Numpy-discussion] bug in shape()

Eric Firing efiring at hawaii.edu
Mon Jan 16 10:51:02 EST 2006


Travis et al.,

Jeff Whitaker pointed out to me that masked array support in matplotlib 
contouring does not work with numpy.  The problem is that the shape 
function does not work with masked arrays.  One easy solution is to 
return to the older Numeric version of shape via the attached patch 
against svn (edited to remove irrelevant chunks).

Thanks.

Eric
-------------- next part --------------
A non-text attachment was scrubbed...
Name: shape.patch
Type: text/x-patch
Size: 402 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20060116/28d10e6a/attachment.bin>


More information about the NumPy-Discussion mailing list