Navigation
index
modules
|
next
|
previous
|
home
|
examples
|
gallery
|
pyplot
|
docs
»
Previous topic
External Resources
Next topic
Coding guide
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
The Matplotlib Developers’ Guide
¶
Release:
1.5.dev1
Date:
January 10, 2015
Coding guide
Pull request checklist
Style guide
Hints
Writing code for Python 2 and 3
Welcome to the
__future__
Finding places to use six
The dreaded
\u
escapes
Iteration
Numpy-specific things
Licenses
Why BSD compatible?
Working with
matplotlib
source code
Introduction
Install git
Following the latest source
Git for development
git resources
Making a patch
Testing
Requirements
Running the tests
Writing a simple test
Writing an image comparison test
Known failing tests
Creating a new module in matplotlib.tests
Using Travis CI
Using tox
Documenting matplotlib
Getting started
Organization of matplotlib’s documentation
Formatting
Figures
Referring to mpl documents
Internal section references
Section names, etc
Inheritance diagrams
Emacs helpers
Doing a matplotlib release
Testing
Branching
Packaging
Posting files
Update PyPI
Documentation updates
Announcing
Working with transformations
matplotlib.transforms
Adding new scales and projections to matplotlib
Creating a new scale
Creating a new projection
API documentation