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

Skip to content

Commit 4176c03

Browse files
authored
Merge pull request #22371 from vk0812/my-first-contribution
Corrected a mistake in comments (Issue #22369)
2 parents 3331777 + 484d779 commit 4176c03

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)