@header@

Installing matplotlib

matplotlib requires python 2.2+, Numeric. If these dependencies are satisfied, just do the usual thing:

  > python setup.py install
  
Matplotlib is known to work on several linux, win32 and OS X platforms; it should run anywhere that python and Numeric run. The different output devices have different requirements. Note that if you install matplotlib anywhere other than the default locatio, you will need to set the MATPLOTLIBDATA environment variable to point to the install base dir. Below is a quickguide to what you'll need to get matplotlib up and running with the GTK backend. For more specific information regarding a particular output device (GTK, PS, GD or WX), see matplotlib outputs.

Win 32 Quickstart

If you don't already have python installed, you may want to consider using the enthought edition of python, which has scipy, Numeric, and wxpython, plus a lot of other goodies, preinstalled. The following quickstart instructions are for the GTK backend -- note if you use the enthought python you won't need Numeric.

Linux quickstart

@footer@