Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Named Matplotlib module in windows instructions #8101
+1
−1
Conversation
dstansby
approved these changes
Feb 19, 2017
dstansby
changed the title from
Named Matplotlib module in windows instructions to [MRG+1] Named Matplotlib module in windows instructions
Feb 19, 2017
dstansby
added this to the
2.0.1 (next bug fix release)
milestone
Feb 19, 2017
NelleV
merged commit 0497a1d
into matplotlib:master
Feb 20, 2017
3 of 5 checks passed
codecov/project/library
62.17% (-0.12%) compared to 747792b
Details
continuous-integration/appveyor/pr
AppVeyor build failed
Details
codecov/patch
Coverage not affected when comparing 747792b...3986e84
Details
codecov/project/tests
97.89% (target 97.7%)
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
afvincent
added the
Documentation
label
Feb 20, 2017
afvincent
changed the title from
[MRG+1] Named Matplotlib module in windows instructions to Named Matplotlib module in windows instructions
Feb 20, 2017
tacaswell
added a commit
that referenced
this pull request
Feb 20, 2017
|
|
NelleV + tacaswell |
4ee9ed8
|
|
Thanks Backported to v2.0.0-doc as 4ee9ed8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
doniarobinson commentedFeb 19, 2017
I was on the troubleshooting page and noticed that in the windows instructions, matplotlib was imported without a local name and then later referred to as mpl. Repaired the import statement to remain consistent with the other instructions.