File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1613From the user's perspective, the scale of a plot can be set with
1714``set_xscale `` and ``set_yscale ``. Choosing the projection
1815currently 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+
2021Creating a new scale
2122====================
2223
You can’t perform that action at this time.
0 commit comments