Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4e615 commit 9e3d80aCopy full SHA for 9e3d80a
1 file changed
galleries/users_explain/quick_start.py
@@ -64,7 +64,7 @@
64
# fig, axs = plt.subplots(2, 2) # a figure with a 2x2 grid of Axes
65
# # 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]])
+# ['left', 'right_bottom']])
68
#
69
# It is often convenient to create the Axes together with the Figure, but you
70
# can also manually add Axes later on. Note that many
0 commit comments