Doc: Typo in gridspec example subtitle #7513

Merged
merged 1 commit into from Nov 25, 2016

Conversation

Projects
None yet
4 participants
Contributor

faroit commented Nov 25, 2016

this fixes a tiny typo where GridSpec is misspelled

@faroit faroit Typo in gridspec example subtitle
3bc0728

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

Member

story645 commented 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:

Environment: TARGET_ARCH=x86, CONDA_PY=27, CONDA_NPY=18, PYTHON_VERSION=2.7, TEST_ALL=yes, CONDA_INSTALL_LOCN=C:\Miniconda 

so I think it should be merged.

@NelleV NelleV merged commit 75e8410 into matplotlib:master Nov 25, 2016

2 of 3 checks passed

continuous-integration/appveyor/pr AppVeyor build failed
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
coverage/coveralls Coverage remained the same at 62.003%
Details
@@ -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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment