Re: [Matplotlib-users] 'plot' broken on latest svn

2008-04-25 Thread Eric Firing
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):

Re: [Matplotlib-users] 'plot' broken on latest svn

2008-04-25 Thread John Hunter
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

Re: [Matplotlib-users] 'plot' broken on latest svn

2008-04-25 Thread Antonio Gonzalez
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

Re: [Matplotlib-users] 'plot' broken on latest svn

2008-04-23 Thread Eric Firing
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

Re: [Matplotlib-users] 'plot' broken on latest svn

2008-04-23 Thread John Hunter
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

Re: [Matplotlib-users] 'plot' broken on latest svn

2008-04-23 Thread Joshua Lippai
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

Re: [Matplotlib-users] 'plot' broken on latest svn

2008-04-23 Thread Eric Firing
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

[Matplotlib-users] 'plot' broken on latest svn

2008-04-23 Thread Antonio Gonzalez
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