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

Skip to content

Commit 2f25614

Browse files
authored
Merge pull request #25528 from meeseeksmachine/auto-backport-of-pr-25519-on-v3.7.x
Backport PR #25519 on branch v3.7.x (Fix typo in Quick start guide tutorial)
2 parents 663f99a + f44e3af commit 2f25614

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)