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

Skip to content

Commit 484d779

Browse files
committed
Corrected a mistake in comments
1 parent 3331777 commit 484d779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/subplots_axes_and_figures/ganged_plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
s3 = s1 * s2
2222

2323
fig, axs = plt.subplots(3, 1, sharex=True)
24-
# Remove horizontal space between axes
24+
# Remove vertical space between axes
2525
fig.subplots_adjust(hspace=0)
2626

2727
# Plot each graph, and manually set the y tick values

0 commit comments

Comments
 (0)