8000 Doc: Typo in gridspec example subtitle by faroit · Pull Request #7513 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Doc: Typo in gridspec example subtitle #7513

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 25, 2016
Merged

Conversation

faroit
Copy link
Contributor
@faroit faroit commented Nov 25, 2016

this fixes a tiny typo where GridSpec is misspelled

@faroit faroit changed the title Typo in gridspec example subtitle Doc: Typo in gridspec example subtitle Nov 25, 2016
@story645 story645 changed the title Doc: Typo in gridspec example subtitle Doc: Typo in gridspec example subtitle [MRG+1] Nov 25, 2016
@story645
Copy link
Member

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
@@ -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())
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should just be f instead of plt.gcf(). Not your fault, but if you want to fix it while you're here...

@QuLogic QuLogic changed the title Doc: Typo in gridspec example subtitle [MRG+1] Doc: Typo in gridspec example subtitle Nov 25, 2016
@QuLogic 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0