|
From: John H. <jd...@gm...> - 2008-07-21 09:57:08
|
On Mon, Jul 21, 2008 at 3:12 AM, Klaus Zimmermann <kla...@fm...> wrote: > Hello *, > > right now the NonUniformImage class in image.py uses numpy's asarray > method. All similar classes instead use numpy.ma.asarray, thus allowing > for masked images. > I think this should be changed as in the attached patch. > > Otherwise thanks for matplotlib :) Eric, could you take a look at this? Although the patch is trivial, I just want to make sure that the image extension code will do the right thing if a masked array gets passed into it. I d not see any special handling in _image.pcolor so am not sure what happens when a masked array gets passed in. JDH |