Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
use plt.gca instead of plt.axes for already exhisting implicit axes #8097
Conversation
dstansby
changed the title from
use plt.gca instead of plt.axes for already exhisting implicit axes to [MRG+1] use plt.gca instead of plt.axes for already exhisting implicit axes
Feb 18, 2017
NelleV
merged commit f99c366
into matplotlib:master
Feb 18, 2017
5 checks passed
codecov/patch
Coverage not affected when comparing 5e825bd...1c2477d
Details
codecov/project/library
62.28% remains the same compared to 5e825bd
Details
codecov/project/tests
97.97% (target 97.7%)
Details
continuous-integration/appveyor/pr
AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
|
Thanks @patniharshit ! |
patniharshit
deleted the
unknown repository branch
Feb 18, 2017
QuLogic
changed the title from
[MRG+1] use plt.gca instead of plt.axes for already exhisting implicit axes to use plt.gca instead of plt.axes for already exhisting implicit axes
Feb 19, 2017
QuLogic
added this to the
2.1 (next point release)
milestone
Feb 19, 2017
afvincent
added the
Documentation
label
Feb 20, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
patniharshit commentedFeb 18, 2017
refs #7956
use plt.gca instead of plt.axes for already exhisting implicit axes