8000 GitHub - matplotlib/matplotlib at 0e1aef1e0d6046972324be7c4c76ddb6dd8f93ea
[go: up one dir, main page]

Skip to content

matplotlib/matplotlib

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.

Testing

After installation, you can launch the test suite:

python tests.py

Consider reading http://matplotlib.org/devel/coding_guide.html#testing for more information.

0