Re: [matplotlib-devel] numerix.nan?

2006-08-06 Thread Eric Firing
Robert Kern wrote: > Eric Firing wrote: > >> I added nan definitions for >>Numeric and numarray which work on my linux box, but I have not tested >>them on other platforms; I guess in the worst case, if it doesn't work >>on Mac or Windows I will have to change quiver.py to use masked arrays >>i

Re: [matplotlib-devel] numerix.nan?

2006-08-06 Thread Robert Kern
Eric Firing wrote: > I added nan definitions for > Numeric and numarray which work on my linux box, but I have not tested > them on other platforms; I guess in the worst case, if it doesn't work > on Mac or Windows I will have to change quiver.py to use masked arrays > internally instead of nan

Re: [matplotlib-devel] numerix.nan?

2006-08-06 Thread Eric Firing
Travis E. Oliphant wrote: > I think a numpy-ism crept into the code-base (not that I particularly > mind as I will welcome the day matplotlib jettisons it's 3-array support). So will I! I don't have John's saintly patience, although I understand his rationale. My error in this case was failing