8000 final touches · matplotlib/matplotlib@642fc49 · GitHub
[go: up one dir, main page]

Skip to content

Commit 642fc49

Browse files
choldgrafQuLogic
authored andcommitted
final touches
1 parent c4e2611 commit 642fc49

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/api/toolkits/axes_grid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

doc/api/toolkits/mplot3d.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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::

tutorials/toolkits/axes_grid.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
246246
The ParasiteAxes is an axes whose location is identical to its host
247247
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).
249249
250250
In most cases, you first create a host axes, which provides a few
251251
method that can be used to create parasite axes. They are *twinx*,
@@ -276,7 +276,7 @@
276276
Example 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
280280
same data transform as the host. This can be useful when you want the
281281
top(or right)-axis to have different tick-locations, tick-labels, or
282282
tick-formatter for bottom(or left)-axis. ::

0 commit comments

Comments
 (0)
0