Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5384d29

Browse filesBrowse files
committed
More missing refs fixes.
1 parent 9f821e4 commit 5384d29
Copy full SHA for 5384d29

File tree

Expand file treeCollapse file tree

3 files changed

+3
-18
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-18
lines changed

‎doc/index.rst

Copy file name to clipboardExpand all lines: doc/index.rst
+2-2Lines 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

Copy file name to clipboardExpand all lines: doc/missing-references.json
-15Lines 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

Copy file name to clipboardExpand all lines: lib/matplotlib/pyplot.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.