On my home laptop computer, I'm trying to install the appropriate
modules so that Python version 2.3.3 and IDLE version 1.0.2 (with an
"import matplotlib.matl ab" statement) can produce nice MatLab-like
plots.
I have a matplotlib.matl ab-capable Python set-up running OK on my
office desktop, which I obtained after downloading and installing a few
more modules (numarray and numeric, I think).
Now I get the following message about matplotlib.matl ab being
deprecated:
-------------
matplotlib.matl ab deprecated, please import matplotlib.pyla b or simply
pylab instead. See http://matplotlib.sf.net/matplotlib_to_pylab.py
for a script which explains this change and will automatically convert
your python scripts that use matplotlib.matl ab. This change was made
because we were concerned about trademark infringement on The
Mathwork's trademark of matlab.
---------------
Unfortunately, the above URL does not exist.
Thanks for suggestions, any help you can offer.
modules so that Python version 2.3.3 and IDLE version 1.0.2 (with an
"import matplotlib.matl ab" statement) can produce nice MatLab-like
plots.
I have a matplotlib.matl ab-capable Python set-up running OK on my
office desktop, which I obtained after downloading and installing a few
more modules (numarray and numeric, I think).
Now I get the following message about matplotlib.matl ab being
deprecated:
-------------
matplotlib.matl ab deprecated, please import matplotlib.pyla b or simply
pylab instead. See http://matplotlib.sf.net/matplotlib_to_pylab.py
for a script which explains this change and will automatically convert
your python scripts that use matplotlib.matl ab. This change was made
because we were concerned about trademark infringement on The
Mathwork's trademark of matlab.
---------------
Unfortunately, the above URL does not exist.
Thanks for suggestions, any help you can offer.
Comment