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

Skip to content

Commit 5ed2b3f

Browse files
authored
Merge pull request #25519 from Dusch4593/fix-typo-in-quick-start
Fix typo in Quick start guide tutorial
2 parents 4666bef + d9e2c4b commit 5ed2b3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

galleries/users_explain/quick_start.py

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

0 commit comments

Comments
 (0)