Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
matplotlib: plotting with Python

Merge pull request #3957 from inclement/imagegrid_edge_cbar

BUG : Corrected cax attributes of ImageGrid axes
latest commit a2f33a369e
Thomas A Caswell tacaswell authored
Failed to load latest commit information.
.travis Upload docs to repository on github.
LICENSE Add scikit image license
doc Merge pull request #4084 from s9w/testing-doc
examples PEP8 : W503 issues in example
extern Add missing file
lib Merge pull request #3957 from inclement/imagegrid_edge_cbar
release/win32/data Merged from main/master
src Merge pull request #4031 from mdboom/font-advance-width
tools Escape ` * and _ in github output
unit Fixed PEP8 coding style violations of "unit"folder
.gitattributes add .gitattributes and .gitignore, fix CRLF
.gitignore added temp .swp files to .gitignore
.mailmap Merge pull request #3422 from jenshnielsen/use_mailmap
.travis.yml MNT : removed sphinxext/ipython_* files
CHANGELOG Fix #253: Use advance width to calculate text bounding box
CONTRIBUTING.md More minor fixes based on feedback in the PR.
INSTALL Merge remote-tracking branch 'upstream/v1.4.x'
MANIFEST.in Merge pull request #3390 from cgohlke/move_stylelib
Makefile Remove residual mention of TODO file, which no longer exists.
README.osx Two
README.rst Make README.txt consistent reStructuredText
boilerplate.py Fix PEP8 coding style violations
distribute_setup.py Fix PEP8 coding style violations
license.py Fix PEP8 coding style violations
matplotlibrc.template Merge 'v1.4.x' into master
setup.cfg.template toolkits_tests subpackage is now a thing
setup.py Fix PEP8 coding style violations
setupext.py Merge branch 'v1.4.x' into master
test_only.py Fix memory leaks in the test suite.
tests.py Fixed PEP8 coding style violations
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.