8000 MAINT removing examples/subplots_axes_and_figures/subplot.py · matplotlib/matplotlib@aa22ad2 · GitHub
[go: up one dir, main page]

Skip to content

Commit aa22ad2

Browse files
committed
MAINT removing examples/subplots_axes_and_figures/subplot.py
This example is a duplicate of subplot_demo.py, using the pyplot interface instead of the oriented object one
1 parent 9c8dca6 commit aa22ad2

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

examples/subplots_axes_and_figures/subplot.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

tutorials/introductory/sample_plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
Multiple axes (i.e. subplots) are created with the
3030
:func:`~matplotlib.pyplot.subplot` function:
3131
32-
.. figure:: ../../gallery/subplots_axes_and_figures/images/sphx_glr_subplot_001.png
32+
.. figure:: ../../gallery/subplots_axes_and_figures/images/sphx_glr_subplots_demo_001.png
3333
:target: ../../gallery/subplots_axes_and_figures/subplot.html
3434
:align: center
3535
:scale: 50

0 commit comments

Comments
 (0)
0