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

Skip to content

Commit d9e2c4b

Browse files
Dusch4593jklymak
andauthored
Update galleries/users_explain/quick_start.py
Co-authored-by: Jody Klymak <[email protected]>
1 parent 9e3d80a commit d9e2c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galleries/users_explain/quick_start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
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'],
66+
# fig, axs = plt.subplot_mosaic([['left', 'right_top'],
6767
# ['left', 'right_bottom']])
6868
#
6969
# It is often convenient to create the Axes together with the Figure, but you

0 commit comments

Comments
 (0)