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 9bcbfc4 commit 3bc0728Copy full SHA for 3bc0728
doc/users/plotting/examples/demo_gridspec04.py
@@ -34,7 +34,7 @@ def make_ticklabels_invisible(fig):
34
ax6 = plt.Subplot(f, gs01[-1, -1])
35
f.add_subplot(ax6)
36
37
-plt.suptitle("GirdSpec Inside GridSpec")
+plt.suptitle("GridSpec Inside GridSpec")
38
make_ticklabels_invisible(plt.gcf())
39
40
plt.show()
0 commit comments