Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Doc: Typo in gridspec example subtitle #7513
+1
−1
Conversation
faroit
changed the title from
Typo in gridspec example subtitle to Doc: Typo in gridspec example subtitle
Nov 25, 2016
story645
changed the title from
Doc: Typo in gridspec example subtitle to Doc: Typo in gridspec example subtitle [MRG+1]
Nov 25, 2016
|
This conda test is just cranky as it's an image comparison failure on test_png.test_pngsuite and so not related:
so I think it should be merged. |
NelleV
merged commit 75e8410
into matplotlib:master
Nov 25, 2016
| @@ -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()) |
QuLogic
Nov 25, 2016
Member
This should just be f instead of plt.gcf(). Not your fault, but if you want to fix it while you're here...
QuLogic
changed the title from
Doc: Typo in gridspec example subtitle [MRG+1] to Doc: Typo in gridspec example subtitle
Nov 25, 2016
QuLogic
added this to the
2.1 (next point release)
milestone
Nov 25, 2016
QuLogic
added the
Documentation
label
Nov 25, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
faroit commentedNov 25, 2016
this fixes a tiny typo where
GridSpecis misspelled