Skip to content

mlegner/matplotlib

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

Folders and files

NameName
Last commit message
Last commit date
Jan 10, 2017
Oct 11, 2016
Oct 19, 2016
Jan 5, 2017
Dec 31, 2016
Nov 25, 2016
Jan 10, 2017
Aug 25, 2011
Jan 9, 2017
Dec 31, 2016
Oct 21, 2016
Nov 15, 2016
Sep 14, 2015
Jan 10, 2017
Oct 1, 2016
Jan 9, 2017
Aug 29, 2016
Nov 19, 2012
Dec 29, 2016
Jan 12, 2016
Jul 11, 2015
Jun 17, 2015
Nov 3, 2016
Jul 3, 2016
Aug 21, 2016
Dec 4, 2016
Jul 5, 2016
Sep 16, 2016
Dec 16, 2014
Dec 5, 2016
Dec 16, 2014
Jan 5, 2017
Aug 21, 2016
Jan 6, 2017
Dec 31, 2016
Jan 26, 2016
Jan 6, 2017
Jul 15, 2014
Nov 22, 2016
Aug 23, 2016
Sep 14, 2015
Dec 3, 2016

Repository files navigation

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 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:

python tests.py

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 nose and on Python 2.7 mock which are not installed by default. 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.

Join the chat at https://gitter.im/matplotlib/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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 86.9%
  • C++ 9.5%
  • Objective-C 1.5%
  • C 1.3%
  • JavaScript 0.4%
  • Jupyter Notebook 0.2%
  • Other 0.2%