Skip to content

patniharshit/matplotlib

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

Folders and files

NameName
Last commit message
Last commit date
Jul 30, 2017
Jul 30, 2017
Aug 13, 2017
Jul 21, 2017
Aug 26, 2017
Aug 25, 2017
Aug 22, 2017
Aug 27, 2017
Aug 25, 2011
Aug 25, 2017
Aug 8, 2017
Aug 26, 2017
Oct 21, 2016
Aug 10, 2017
Feb 21, 2017
Sep 14, 2015
Aug 12, 2017
Oct 1, 2016
Aug 19, 2017
Nov 19, 2012
Aug 23, 2017
Jan 12, 2016
Mar 12, 2017
Jul 10, 2017
Jan 31, 2017
Jul 18, 2017
Aug 4, 2017
Jun 13, 2017
Aug 16, 2017
Jun 26, 2017
Aug 25, 2017
Jan 26, 2016
Feb 2, 2017
Aug 13, 2017
Mar 13, 2017
Feb 16, 2017
Sep 14, 2015

Repository files navigation

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!

About

matplotlib: plotting with Python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 87.3%
  • C++ 9.2%
  • Objective-C 1.4%
  • C 1.3%
  • JavaScript 0.4%
  • Jupyter Notebook 0.2%
  • Other 0.2%