File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Axes Grid
1818 objects, and in the new version this toolkit was broken
1919 into the two modules below. For the documentation on ``axes_grid ``,
2020 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> `_.
2222
2323.. autosummary ::
2424 :toctree: ../_as_gen
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ mplot3d API
3636 See :attr: `mpl_toolkits.mplot3d.axis3d._axinfo ` for a dictionary containing
3737 constants that may be modified for controlling the look and feel
3838 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.
4242
4343
4444.. autosummary ::
Original file line number Diff line number Diff line change 245245
246246The ParasiteAxes is an axes whose location is identical to its host
247247axes. 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).
249249
250250In most cases, you first create a host axes, which provides a few
251251method that can be used to create parasite axes. They are *twinx*,
276276Example 2. twin
277277~~~~~~~~~~~~~~~
278278
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
280280same data transform as the host. This can be useful when you want the
281281top(or right)-axis to have different tick-locations, tick-labels, or
282282tick-formatter for bottom(or left)-axis. ::
You can’t perform that action at this time.
0 commit comments