Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fabdfa5

Browse files
committed
Minor changes.
svn path=/branches/transforms/; revision=4771
1 parent 325b6d6 commit fabdfa5

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

doc/devel/add_new_projection.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@ Adding new scales and projections to matplotlib
55
.. ::author Michael Droettboom
66
77
Matplotlib supports the addition of new transformations that transform
8-
the data before it is displayed. Separable transformations, that work
9-
on a single dimension are called "scales", and non-separable
10-
transformations, that take data in two or more dimensions as input are
11-
called "projections".
12-
13-
This document is intended for developers and advanced users who need
14-
to add more scales and projections to matplotlib.
8+
the data before it is displayed. In ``matplotlib`` nomenclature,
9+
separable transformations, working on a single dimension, are called
10+
"scales", and non-separable transformations, that take handle data in
11+
two or more dimensions at a time, are called "projections".
1512

1613
From the user's perspective, the scale of a plot can be set with
1714
``set_xscale`` and ``set_yscale``. Choosing the projection
1815
currently has no *standardized* method. [MGDTODO]
1916

17+
This document is intended for developers and advanced users who need
18+
to add more scales and projections to matplotlib.
19+
20+
2021
Creating a new scale
2122
====================
2223

0 commit comments

Comments
 (0)