Antonio Gonzalez wrote:
> Eric Firing wrote:
>> John Hunter wrote:
>>> On Wed, Apr 23, 2008 at 6:45 AM, Antonio Gonzalez <[EMAIL PROTECTED]> wrote:
Hello,
I've just updated to the latest svn (5063) and now I cannot create a
simple plot. If I just try (in ipython -pylab):
On Fri, Apr 25, 2008 at 6:26 AM, Antonio Gonzalez <[EMAIL PROTECTED]> wrote:
> Thanks for the replies. I'm now using numpy svn and all works well.
> May I suggest, then -- maybe a warning should indeed arise at build
> time? Currently, mpl svn recognises non-svn numpy as an acceptable
> 'requi
Eric Firing wrote:
> John Hunter wrote:
>> On Wed, Apr 23, 2008 at 6:45 AM, Antonio Gonzalez <[EMAIL PROTECTED]> wrote:
>>> Hello,
>>>
>>> I've just updated to the latest svn (5063) and now I cannot create a
>>> simple plot. If I just try (in ipython -pylab):
>>>
>>> plot(rand(10))
>>>
>>> I ge
John Hunter wrote:
> On Wed, Apr 23, 2008 at 6:45 AM, Antonio Gonzalez <[EMAIL PROTECTED]> wrote:
>> Hello,
>>
>> I've just updated to the latest svn (5063) and now I cannot create a
>> simple plot. If I just try (in ipython -pylab):
>>
>> plot(rand(10))
>>
>> I get:
>>
>> : 'module' object ha
On Wed, Apr 23, 2008 at 6:45 AM, Antonio Gonzalez <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I've just updated to the latest svn (5063) and now I cannot create a
> simple plot. If I just try (in ipython -pylab):
>
> plot(rand(10))
>
> I get:
>
> : 'module' object has no attribute
> 'masked_inval
My svn build of numpy does have numpy.ma.masked_invalid. Try building
numpy from svn instead of using 1.0.4. It's quite stable and has lots
of new features, plus it even passes all the numpy.tests.
On Wed, Apr 23, 2008 at 4:45 AM, Antonio Gonzalez <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I've just
Antonio,
Thanks for the report. It should be fixed now. Numpy svn has
masked_invalid, so my earlier change worked for me, and I forgot that
ma.masked_invalid is a new addition (and a nice one).
Eric
Antonio Gonzalez wrote:
> Hello,
>
> I've just updated to the latest svn (5063) and now I ca
Hello,
I've just updated to the latest svn (5063) and now I cannot create a
simple plot. If I just try (in ipython -pylab):
plot(rand(10))
I get:
: 'module' object has no attribute
'masked_invalid'
The complete traceback is pasted below.
(My numpy version is 1.0.4, which indeed has no 'numpy