|
From: Klaus Z. <kla...@fm...> - 2008-07-21 08:12:44
|
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 :) Klaus |