File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Axes Grid
18
18
objects, and in the new version this toolkit was broken
19
19
into the two modules below. For the documentation on ``axes_grid ``,
20
20
see the `previous version of the docs
21
- <http ://matplotlib.org/2.0.1/mpl_toolkits/axes_grid/index.html#toolkit-axesgrid-index> `_.
21
+ <https ://matplotlib.org/2.0.1/mpl_toolkits/axes_grid/index.html#toolkit-axesgrid-index> `_.
22
22
23
23
.. autosummary ::
24
24
:toctree: ../_as_gen
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ mplot3d API
36
36
See :attr: `mpl_toolkits.mplot3d.axis3d._axinfo ` for a dictionary containing
37
37
constants that may be modified for controlling the look and feel
38
38
of mplot3d axes (e.g., label spacing, font colors and panel colors).
39
- Historically, axis3d has suffered from having hard-coded constants
40
- that precluded user adjustments, and this dictionary was implemented
41
- in version 1.1 as a stop-gap measure.
39
+ Historically, axis3d has suffered from having hard-coded constants
40
+ that precluded user adjustments, and this dictionary was implemented
41
+ in version 1.1 as a stop-gap measure.
42
42
43
43
44
44
.. autosummary ::
Original file line number Diff line number Diff line change 245
245
246
246
The ParasiteAxes is an axes whose location is identical to its host
247
247
axes. The location is adjusted in the drawing time, thus it works even
248
- if the host change its location (e.g., images).
248
+ if the host change its location (e.g., images).
249
249
250
250
In most cases, you first create a host axes, which provides a few
251
251
method that can be used to create parasite axes. They are *twinx*,
276
276
Example 2. twin
277
277
~~~~~~~~~~~~~~~
278
278
279
- *twin* without a transform argument assumes that the parasite axes has the
279
+ *twin* without a transform argument assumes that the parasite axes has the
280
280
same data transform as the host. This can be useful when you want the
281
281
top(or right)-axis to have different tick-locations, tick-labels, or
282
282
tick-formatter for bottom(or left)-axis. ::
You can’t perform that action at this time.
0 commit comments