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.
2 parents 3331777 + 484d779 commit 4176c03Copy full SHA for 4176c03
1 file changed
examples/subplots_axes_and_figures/ganged_plots.py
@@ -21,7 +21,7 @@
21
s3 = s1 * s2
22
23
fig, axs = plt.subplots(3, 1, sharex=True)
24
-# Remove horizontal space between axes
+# Remove vertical space between axes
25
fig.subplots_adjust(hspace=0)
26
27
# Plot each graph, and manually set the y tick values
0 commit comments