8000 Merge pull request #25529 from meeseeksmachine/auto-backport-of-pr-25… · matplotlib/matplotlib@b8d949e · GitHub
[go: up one dir, main page]

Skip to content

Commit b8d949e

Browse files
authored
Merge pull request #25529 from meeseeksmachine/auto-backport-of-pr-25519-on-v3.7.1-doc
Backport PR #25519 on branch v3.7.1-doc (Fix typo in Quick start guide tutorial)
2 parents 1ddea46 + f320aa3 commit b8d949e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/introductory/quick_start.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
# fig, ax = plt.subplots() # a figure with a single Axes
6060
# fig, axs = plt.subplots(2, 2) # a figure with a 2x2 grid of Axes
6161
# # a figure with one axes on the left, and two on the right:
62-
# fig, axs = plt.subplot_mosaic([['left', 'right-top'],
63-
# ['left', 'right_bottom]])
62+
# fig, axs = plt.subplot_mosaic([['left', 'right_top'],
63+
# ['left', 'right_bottom']])
6464
#
6565
# It is often convenient to create the Axes together with the Figure, but you
6666
# can also manually add Axes later on. Note that many

0 commit comments

Comments
 (0)
0