Sometime in October, Christopher Barker proposed the following:
| the installation package for OS-X is for the python.org build -- from
| the above, I can see you are running Apple's python, which came with a
| version of numpy.
|
| I don't remember how you installed matplotlib, but in general
Sometime in October, St?fan van der Walt proposed the following:
| Could you give us the version of NumPy that you are using?
|
| >>> import numpy
| >>> print numpy.__version__
|
| As far as I recall, the masked array module was always available as
| numpy.ma, but maybe I'm wrong. Could you tr
Howdy,
I'm trying to run some scripts associated with a paper I was reading. They use
the matplotlib to generate figures which in turn calles numpy. I'm new to
python, but I'm very familiar with perl. I'm getting the following error, and
I'm not quite sure what is causing it. Can anyone here offer