rfdiazpr / matplotlib

matplotlib: plotting with Python

Home Page:http://matplotlib.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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.

About

matplotlib: plotting with Python

http://matplotlib.org/

License:Other


Languages

Language:Python 86.0%Language:C++ 10.5%Language:Objective-C 1.4%Language:C 1.2%Language:JavaScript 0.4%Language:Jupyter Notebook 0.2%Language:CSS 0.1%Language:HTML 0.1%Language:Shell 0.0%Language:Batchfile 0.0%Language:Makefile 0.0%Language:TeX 0.0%