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 def29e1 commit 04c698bCopy full SHA for 04c698b
1 file changed
doc/users/plotting/examples/demo_gridspec03.py
@@ -14,7 +14,7 @@ def make_ticklabels_invisible(fig):
14
15
f = plt.figure()
16
17
-plt.suptitle("GirdSpec w/ different subplotpars")
+plt.suptitle("GridSpec w/ different subplotpars")
18
19
gs1 = GridSpec(3, 3)
20
gs1.update(left=0.05, right=0.48, wspace=0.05)
0 commit comments