confusion about what part of numpy pylab imports

"Mark Bakker" <markbak@...287...> writes:

Can this be fixed? Any explanation how this happens? Pylab just
imports part of numpy, doesn't it?

It imports numerix, a compatibility layer for numeric, numarray and
numpy. I think the plan is to remove numerix soon and just use numpy,
but in the meantime, I suggest adding "from numpy import *" after
"from pylab import *".

···

--
Jouni K. Sepp�nen