Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.26 KB

README.rst

File metadata and controls

42 lines (28 loc) · 1.26 KB

matplotlib

matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. matplotlib can be used in python scripts, the python and ipython shell (ala matlab or mathematica), web application servers, and various graphical user interface toolkits.

Home page

Installation

For installation instructions and requirements, see the INSTALL file.

Testing

After installation, you can launch the test suite:

python setup.py test

Or from the python interpreter:

import matplotlib
matplotlib.test()

Consider reading http://matplotlib.org/devel/coding_guide.html#testing for more information.

Contact

matplotlib's communication channels include active mailing lists:

The first is a good starting point for general questions and discussions.