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

Skip to content

Commit 9738124

Browse files
committed
DOC subplots, axes and figures are now full SG
1 parent 40eab47 commit 9738124

6 files changed

Lines changed: 10 additions & 2 deletions

File tree

doc/users/screenshots.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Subplot demo
2222
Multiple axes (i.e. subplots) are created with the
2323
:func:`~matplotlib.pyplot.subplot` command:
2424

25-
.. plot:: mpl_examples/subplots_axes_and_figures/subplot_demo.py
25+
.. plot:: auto_examples/subplots_axes_and_figures/plot_subplot.py
2626

2727
.. _screenshots_histogram_demo:
2828

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. _images_contours_and_fields_examples:
2+
3+
Images, contours and fields
4+
===========================
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. _subplots_axes_and_figures_examples:
2+
3+
Subplots, axes and figures
4+
==========================

examples/subplots_axes_and_figures/fahrenheit_celsius_scales.py renamed to examples/subplots_axes_and_figures/plot_fahrenheit_celsius_scales.py

File renamed without changes.
File renamed without changes.

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ def subplot(*args, **kwargs):
10421042
10431043
**Example:**
10441044
1045-
.. plot:: mpl_examples/subplots_axes_and_figures/subplot_demo.py
1045+
.. plot:: auto_examples/subplots_axes_and_figures/plot_subplot.py
10461046
10471047
"""
10481048
# if subplot called without arguments, create subplot(1,1,1)

0 commit comments

Comments
 (0)