@header@
> python setup.py installMatplotlib is known to work on several linux, win32 and OS X platforms; it should run anywhere that python and Numeric run. To get the most out of matplotlib, you will probably want to install one or more of the additional backends, which provide output to various GUI and image rendering libraries. Each of these has different prerequistes and strengths; see which backend should I use?.
With the windows installer, the postscript, Agg and TkAgg backends should work out of the box if you have Numeric/numarray already installed. For other backends (WX, Paint) and operating systems, follow the instructions below and on matplotlib backends.
Note that if you install matplotlib anywhere other than the default location, you will need to set the MATPLOTLIBDATA environment variable to point to the install base dir.
If you have Numeric or numarray on your system, matplotlib will work out of the box on windows. All of the GUI backends run on windows, but TkAgg is probably the best one to use since it requires no other libraries and has the best support for interactive use with the standard python shell. If you are using the enthought edition of python, the WXAgg backend will also work out of the box.
Hello, I've made a Debian package for matplotlib and I've put it at: http://anakonda.altervista.org/debian/ I've read some specification for dependencies from http://bugs.debian.org/206691, this is my first package and so there are some (many?) things to fix. I think that the package may also include the api documentation generated with pydoc.