Skip to content
matplotlib: plotting with Python
Python C++ Jupyter Notebook Objective-C JavaScript C Other
Branch: master
Clone or download

Latest commit

timhoffm Merge pull request #16647 from anntzer/anntut
Update annotation tutorial.
Latest commit 25b80c3 Mar 4, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci CI: add py38 to circle Oct 20, 2019
.github added logo to readme and changed contrib link to contribute page Mar 2, 2020
LICENSE Remove LICENSE_CONDA. Jan 7, 2020
ci CI: update codecov (#16429) Feb 18, 2020
doc Docs: Change Python 2 note to past tense Mar 3, 2020
examples Update custom boxstyles example. Mar 1, 2020
extern Use C++ true/false in ttconv. Jan 4, 2020
lib Merge pull request #16638 from anntzer/jpl_u_div Mar 3, 2020
requirements CI: rely on setup.py to install dependencies Feb 16, 2020
src Shorten PyFT2Font_get_charmap. Feb 3, 2020
tools STY: Fix underindented continuation lines. Feb 22, 2020
tutorials Merge pull request #16647 from anntzer/anntut Mar 4, 2020
.appveyor.yml TST: test the "extra" dependencies on py37 and py38 Feb 16, 2020
.coveragerc Add branch coverage; exclude _version.py from coverage. Feb 21, 2017
.flake8 STY: Fix underindented continuation lines. Feb 22, 2020
.gitattributes Remove old low-res icon Jul 20, 2019
.gitignore highlight rcparams Aug 24, 2019
.lgtm.yml Exclude examples from lgtm analysis Sep 20, 2018
.mailmap MNT: add one more alias for tacaswell to mailmap Dec 20, 2018
.meeseeksdev.yml Give Carreau the ability to mention the backport bot. Sep 21, 2018
.travis.yml Merge pull request #16536 from tacaswell/api_tst_min_versions Feb 20, 2020
INSTALL.rst Update URL to pyparsing. Feb 20, 2020
MANIFEST.in Remove non-existant files from MANIFEST.IN May 31, 2018
README.rst DOC: apply suggestions from code review Mar 3, 2020
azure-pipelines.yml CI: revert back to 16.04 ubuntu Feb 29, 2020
matplotlibrc.template feat: mathtext.fallback replaces fallback_to_cm with options 'cm', 's… Mar 3, 2020
pytest.ini Move most of pytest's conf to conftest.py. Jul 1, 2019
setup.cfg.template Remove logic for optionally building Agg and TkAgg. Nov 4, 2019
setup.py added logo to readme and changed contrib link to contribute page Mar 2, 2020
setupext.py Cleanup imports Feb 16, 2020
tests.py Merge pull request #16587 from anntzer/testspy Feb 28, 2020
tox.ini Default to local_freetype builds. Oct 22, 2019
versioneer.py Fix some more invalid string escapes. Jul 16, 2018

README.rst

PyPi Downloads NUMFocus

DiscourseBadge Gitter GitHubIssues GitTutorial

Travis AzurePipelines AppVeyor Codecov LGTM

doc/_static/logo2.png

Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.

Check out our home page for more information.

doc/_static/readme_preview.png

Matplotlib 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, web application servers, and various graphical user interface toolkits.

Install

For installation instructions and requirements, see INSTALL.rst or the install documentation.

Test

After installation, launch the test suite:

python -m pytest

Read the testing guide for more information and alternatives.

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!

Contact

Discourse is the discussion forum for general questions and discussions and our recommended starting point.

Our active mailing lists (which are mirrored on Discourse) are:

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

Citing Matplotlib

If Matplotlib contributes to a project that leads to publication, please acknowledge this by citing Matplotlib.

A ready-made citation entry is available.

You can’t perform that action at this time.