matplotlib: plotting with Python
Python C++ Objective-C C JavaScript Jupyter Notebook Other
Latest commit e0415f9 Jul 15, 2017 @NelleV NelleV committed on GitHub Merge pull request #8836 from dstansby/log-mask
Mask invalid values by default when setting log scale
Permalink
Failed to load latest commit information.
.github MNT: update GH issue template [ci skip] Apr 19, 2017
LICENSE LEG: include license for files derived from PIL Oct 11, 2016
ci Add basic testing of interactive backends. May 25, 2017
doc Merge pull request #8836 from dstansby/log-mask Jul 15, 2017
examples Merge pull request #8860 from tacaswell/doc_yinleon_rebase Jul 15, 2017
extern Merge pull request #8709 from taehoonlee/fix_typos Jun 8, 2017
lib Merge pull request #8836 from dstansby/log-mask Jul 15, 2017
release/win32/data Merged from main/master Aug 25, 2011
src Fix typos Jun 26, 2017
tools Minor cleanups for tests. Jul 7, 2017
tutorials beginning Jul 11, 2017
unit Remove bundled virtualenv module Oct 21, 2016
.appveyor.yml Ci appveyor (#8855) Jul 10, 2017
.coveragerc Add branch coverage; exclude _version.py from coverage. Feb 21, 2017
.gitattributes Made use of versioneer, with a few modifications. Sep 14, 2015
.gitignore Merge pull request #8545 from choldgraf/add_tutorials Apr 30, 2017
.mailmap Update .mailmap based on feedback. Oct 1, 2016
.travis.yml Add basic testing of wxagg backend. May 28, 2017
CONTRIBUTING.md More minor fixes based on feedback in the PR. Nov 19, 2012
INSTALL.rst FIX table of contents on INSTALL.rst Mar 20, 2017
MANIFEST.in BLD: include tests.py in sdist Jan 12, 2016
Makefile DOC fix broken links Mar 12, 2017
README.rst DOC: add NUMFocus badges Jul 10, 2017
build_alllocal.cmd Use backports.functools_lru_cache instead of functools32 Jan 31, 2017
distribute_setup.py Fix PEP8 coding style violations Dec 16, 2014
doc-requirements.txt Don't require sphinx-gallery<1.6 May 20, 2017
matplotlibrc.template Drop support for dvipng 1.5; drop dvipnghack. Jun 13, 2017
pytest.ini Drop tex version check. Jun 13, 2017
setup.cfg.template Fix typos Jun 26, 2017
setup.py Use backports.functools_lru_cache instead of functools32 Jan 31, 2017
setup_external_compile.py CI: remove unneeded functions for local freetype build Jan 26, 2016
setup_tests_only.py Rename test_only to avoid pytest collection. Feb 2, 2017
setupext.py Bump minimal pyparsing to 2.0.1. Jun 16, 2017
tests.py Fix testing with tests.py on Py3.6. Mar 13, 2017
tox.ini TST: Add 3.6 to tox.ini. Feb 16, 2017
versioneer.py Made use of versioneer, with a few modifications. Sep 14, 2015

README.rst

Travis AppVeyor Codecov PyPi Gitter Depsy

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 (à la MATLAB or Mathematica), web application servers, and various graphical user interface toolkits.

Home page

Installation

For installation instructions and requirements, see the INSTALL.rst file or the install documentation. If you think you may want to contribute to matplotlib, check out the guide to working with the source code.

Testing

After installation, you can launch the test suite:

py.test

Or from the Python interpreter:

import matplotlib
matplotlib.test()

Consider reading http://matplotlib.org/devel/coding_guide.html#testing for more information. Note that the test suite requires pytest and, on Python 2.7, mock. Please install with pip or your package manager of choice.

Contact

matplotlib's communication channels include active mailing lists:

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

Gitter is for coordinating development and asking questions directly related to contributing to matplotlib.

Contribute

You've discovered a bug or something else you want to change - excellent!

You've worked out a way to fix it – even better!

You want to tell us about it – best of all!

Start at the contributing guide!