This repository
This repository
All repositories

matplotlib: plotting with Python

PythonC++CObjective-COther
Octocat-spinner-32 CXX Fix compiler warnings about compare_handler
Octocat-spinner-32 LICENSE Remove licenses for pytz and dateutil
Octocat-spinner-32 agg24 Implement a better way to handle overflow in the Agg backend.
Octocat-spinner-32 doc Merge remote-tracking branch 'upstream/v1.3.x'
Octocat-spinner-32 examples Update scatter_demo.py
Octocat-spinner-32 lib Merge pull request #2526 from thenovices/fix-typo
Octocat-spinner-32 release Merged from main/master
Octocat-spinner-32 src Fix encoding issues when font name contains non-ascii characters
Octocat-spinner-32 tools Merge pull request #2406 from cpelley/fixed_stats-retrieve
Octocat-spinner-32 ttconv Use PyOS_snprintf
Octocat-spinner-32 unit Python 3 fixes
Octocat-spinner-32 .gitattributes add .gitattributes and .gitignore, fix CRLF
Octocat-spinner-32 .gitignore Updated gitignore to exclude build files from the examples.
Octocat-spinner-32 .mailmap added .mailmap
Octocat-spinner-32 .travis.yml Use pillow in all cases on Travis
Octocat-spinner-32 CHANGELOG Fix support for datetime axes in 2d plots.
Octocat-spinner-32 CONTRIBUTING.md More minor fixes based on feedback in the PR.
Octocat-spinner-32 INSTALL Mention six in the what's new and INSTALL docs
Octocat-spinner-32 MANIFEST.in Remove some warnings from MANIFEST.in. Include the sample-data again
Octocat-spinner-32 Makefile Added utility method to compute tests and tests with coverage in the …
Octocat-spinner-32 README.osx add pkgconfig to homebrew install instruction
Octocat-spinner-32 README.rst Make README.txt consistent reStructuredText
Octocat-spinner-32 TODO Merged revisions 6581 via svnmerge from
Octocat-spinner-32 TODO_TESTS Moved test TODO and remove test dir
Octocat-spinner-32 boilerplate.py The `from __future__ ...` line added in #2226 is three charachters
Octocat-spinner-32 distribute_setup.py Allow for a minimum distribute version that is older than the downloa…
Octocat-spinner-32 license.py remove trailing spaces
Octocat-spinner-32 matplotlibrc.template comment tweak
Octocat-spinner-32 setup.cfg.template update list of gui backends in config template
Octocat-spinner-32 setup.py Fix build
Octocat-spinner-32 setupext.py Merge remote-tracking branch 'upstream/v1.3.x'
Octocat-spinner-32 tests.py Fix the link to the nosedocs and add a little more information
Octocat-spinner-32 tox.ini Run tests in parallel on Travis and in tox
README.rst

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.

Something went wrong with that request. Please try again.