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

Skip to content

Commit 5c9d229

Browse files
authored
Merge pull request #17048 from anntzer/missingrefs
More missing refs fixes.
2 parents b85c7f4 + 5384d29 commit 5c9d229

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ Toolkits
155155
========
156156

157157
Matplotlib ships with several add-on :doc:`toolkits <api/toolkits/index>`,
158-
including 3D plotting with `mplot3d`, axes helpers in `axes_grid1` and axis
159-
helpers in `axisartist`.
158+
including 3D plotting with `.mplot3d`, axes helpers in `.axes_grid1` and axis
159+
helpers in `.axisartist`.
160160

161161
Third party packages
162162
====================

doc/missing-references.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -818,15 +818,9 @@
818818
"axes3d.Axes3D.zaxis": [
819819
"doc/api/prev_api_changes/api_changes_3.1.0.rst:933"
820820
],
821-
"axes_grid1": [
822-
"doc/index.rst:157"
823-
],
824821
"axis.Axis.get_ticks_position": [
825822
"doc/api/prev_api_changes/api_changes_3.1.0.rst:821"
826823
],
827-
"axisartist": [
828-
"doc/index.rst:157"
829-
],
830824
"backend_bases.RendererBase": [
831825
"lib/matplotlib/backends/backend_template.py:docstring of matplotlib.backends.backend_template.RendererTemplate:4"
832826
],
@@ -1416,9 +1410,6 @@
14161410
"mpl_toolkits.axislines.Axes": [
14171411
"lib/mpl_toolkits/axisartist/axis_artist.py:docstring of mpl_toolkits.axisartist.axis_artist:26"
14181412
],
1419-
"mplot3d": [
1420-
"doc/index.rst:157"
1421-
],
14221413
"new_figure_manager": [
14231414
"doc/devel/MEP/MEP23.rst:75"
14241415
],
@@ -1499,12 +1490,6 @@
14991490
"lib/matplotlib/patheffects.py:docstring of matplotlib.patheffects.SimplePatchShadow:38",
15001491
"lib/matplotlib/patheffects.py:docstring of matplotlib.patheffects.withSimplePatchShadow:47"
15011492
],
1502-
"sharex": [
1503-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplots:13"
1504-
],
1505-
"sharey": [
1506-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.subplots:13"
1507-
],
15081493
"show": [
15091494
"doc/devel/MEP/MEP23.rst:70"
15101495
],

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ def subplots(nrows=1, ncols=1, sharex=False, sharey=False, squeeze=True,
10791079
Number of rows/columns of the subplot grid.
10801080
10811081
sharex, sharey : bool or {'none', 'all', 'row', 'col'}, default: False
1082-
Controls sharing of properties among x (`sharex`) or y (`sharey`)
1082+
Controls sharing of properties among x (*sharex*) or y (*sharey*)
10831083
axes:
10841084
10851085
- True or 'all': x- or y-axis will be shared among all subplots.

0 commit comments

Comments
 (0)