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

Skip to content

Commit 5621224

Browse files
authored
Merge pull request #14692 from meeseeksmachine/auto-backport-of-pr-14688-on-v3.1.x
Backport PR #14688 on branch v3.1.x (Revise the misleading title for subplots demo)
2 parents bba6db3 + b14705d commit 5621224

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/subplots_axes_and_figures/subplots_demo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
================================================
3-
Creating multiple subplots using ``plt.subplot``
4-
================================================
2+
=================================================
3+
Creating multiple subplots using ``plt.subplots``
4+
=================================================
55
66
`.pyplot.subplots` creates a figure and a grid of subplots with a single call,
77
while providing reasonable control over how the individual plots are created.

0 commit comments

Comments
 (0)