Skip to content

wanyi11/matplotlib

This branch is 24905 commits behind matplotlib/matplotlib:main.

Folders and files

NameName
Last commit message
Last commit date
Oct 6, 2018
Aug 22, 2018
Aug 13, 2017
May 7, 2018
Oct 9, 2018
Oct 9, 2018
Jun 22, 2018
Oct 10, 2018
Sep 28, 2018
Oct 8, 2018
Oct 6, 2018
Oct 9, 2018
Oct 3, 2018
Feb 21, 2017
Oct 6, 2018
Sep 22, 2017
Aug 27, 2018
Sep 20, 2018
Jun 9, 2018
Sep 21, 2018
Jul 22, 2018
Sep 27, 2018
May 31, 2018
Aug 23, 2018
Jul 8, 2018
Sep 20, 2018
Sep 19, 2018
Jul 8, 2018
Aug 28, 2018
Sep 15, 2018
Sep 28, 2018
Jul 7, 2018
Jul 8, 2018
Jul 16, 2018

Repository files navigation

Travis AppVeyor Codecov LGTM PyPi Gitter NUMFocus

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.

NOTE: The current master branch is now Python 3 only. Python 2 support is being dropped.

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:

pytest

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. 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!

Developer notes are now at Developer Discussions

About

matplotlib: plotting with Python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.0%
  • C++ 8.8%
  • Jupyter Notebook 1.3%
  • Objective-C 1.1%
  • JavaScript 0.3%
  • C 0.3%
  • Other 0.2%