8000 Merge pull request #7513 from faroit/patch-1 · matplotlib/matplotlib@75e8410 · GitHub
[go: up one dir, main page]

Skip to content

Commit 75e8410

Browse files
authored
Merge pull request #7513 from faroit/patch-1
Doc: Typo in gridspec example subtitle
2 parents 9bcbfc4 + 3bc0728 commit 75e8410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/plotting/examples/demo_gridspec04.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def make_ticklabels_invisible(fig):
3434
ax6 = plt.Subplot(f, gs01[-1, -1])
3535
f.add_subplot(ax6)
3636

37-
plt.suptitle("GirdSpec Inside GridSpec")
37+
plt.suptitle("GridSpec Inside GridSpec")
3838
make_ticklabels_invisible(plt.gcf())
3939

4040
plt.show()

0 commit comments

Comments
 (0)
0