Re: [Matplotlib-users] from pylab import * imports oldnumeric

2007-01-31 Thread Gary Ruben
Christopher Barker wrote: > Gary Ruben wrote: >> I just picked up a problem posted over on the numpy list. I noticed that >> from pylab import * is importing the oldnumeric-wrapper versions of >> zeros(), ones() and empty(), and presumably other things too, into the >> interactive namespace. S

Re: [Matplotlib-users] from pylab import * imports oldnumeric

2007-01-31 Thread Christopher Barker
Gary Ruben wrote: > I just picked up a problem posted over on the numpy list. I noticed that > from pylab import * is importing the oldnumeric-wrapper versions of > zeros(), ones() and empty(), and presumably other things too, into the > interactive namespace. Shouldn't it be picking up the version

[Matplotlib-users] from pylab import * imports oldnumeric

2007-01-31 Thread Gary Ruben
I just picked up a problem posted over on the numpy list. I noticed that from pylab import * is importing the oldnumeric-wrapper versions of zeros(), ones() and empty(), and presumably other things too, into the interactive namespace. Shouldn't it be picking up the versions from numpy's main namesp