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 3331777 commit 484d779Copy full SHA for 484d779
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