Skip to content

Commit

Permalink
Merge pull request matplotlib#7513 from faroit/patch-1
Browse files Browse the repository at this point in the history
Doc: Typo in gridspec example subtitle
  • Loading branch information
NelleV authored Nov 25, 2016
2 parents 9bcbfc4 + 3bc0728 commit 75e8410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/users/plotting/examples/demo_gridspec04.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def make_ticklabels_invisible(fig):
ax6 = plt.Subplot(f, gs01[-1, -1])
f.add_subplot(ax6)

plt.suptitle("GirdSpec Inside GridSpec")
plt.suptitle("GridSpec Inside GridSpec")
make_ticklabels_invisible(plt.gcf())

plt.show()
Expand Down

0 comments on commit 75e8410

Please sign in to comment.