MatPlotLib.MatLab troubles (how to install/run matplotlib.PyLab?)

John Hunter jdhunter at ace.bsd.uchicago.edu
Wed Feb 23 11:32:13 EST 2005


>>>>> "Colombes" == Colombes  <DrColombes at yahoo.com> writes:

    Colombes>    Now I only need to figure out how to install the
    Colombes> correct "Numeric" module(s).  I'm making progress,
    Colombes> almost have my home laptop fully capable with the
    Colombes> MatLab-like (PyLab) graphs, plots.

You can get either Numeric or numarray from
http://sourceforge.net/projects/numpy.  matplotlib works transparently
with either (and provides a unified interface to both), but if you
choose numarray you need to change the "numerix" variable to numarray
in your matplotlib configuration file, which is described at
http://matplotlib.sf.net/.matplotlibrc

Good luck!
JDH




More information about the Python-list mailing list