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

Skip to content

Commit 6a014d0

Browse files
stahloustobias47n9e
authored andcommitted
typo fix
1 parent 351bc73 commit 6a014d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/plotting/examples/demo_gridspec03.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def make_ticklabels_invisible(fig):
1414

1515
f = plt.figure()
1616

17-
plt.suptitle("GirdSpec w/ different subplotpars")
17+
plt.suptitle("GridSpec w/ different subplotpars")
1818

1919
gs1 = GridSpec(3, 3)
2020
gs1.update(left=0.05, right=0.48, wspace=0.05)

0 commit comments

Comments
 (0)