Klaus Zimmermann wrote:
> Eric Firing schrieb:
>> John Hunter wrote:
>>> On Mon, Jul 21, 2008 at 3:12 AM, Klaus Zimmermann
>>> <[EMAIL PROTECTED]> wrote:
Hello *,
right now the NonUniformImage class in image.py uses numpy's asarray
method. All similar classes instead use numpy.m
Eric Firing schrieb:
John Hunter wrote:
On Mon, Jul 21, 2008 at 3:12 AM, Klaus Zimmermann
<[EMAIL PROTECTED]> 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.
[...]
M
John Hunter wrote:
> On Mon, Jul 21, 2008 at 3:12 AM, Klaus Zimmermann
> <[EMAIL PROTECTED]> 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
On Mon, Jul 21, 2008 at 3:12 AM, Klaus Zimmermann
<[EMAIL PROTECTED]> 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
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
Index: matplotlib/lib/matplotl