matplotlib: plotting with Python
Python C++ Objective-C C JavaScript Jupyter Notebook Other
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.travis
LICENSE
doc
examples
extern
lib
release/win32/data
src
tools
unit
.gitattributes
.gitignore
.mailmap
.travis.yml
CHANGELOG
CONTRIBUTING.md
INSTALL
MANIFEST.in
Makefile
README.osx
README.rst
boilerplate.py
distribute_setup.py
license.py
matplotlibrc.template
setup.cfg.template
setup.py
setupext.py
test_only.py
tests.py
tox.ini
versioneer.py

README.rst

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 latter is probably a good starting point for general questions and discussions.