DOC: Original documentation was misleading #7659

Merged
merged 1 commit into from Dec 21, 2016

Conversation

Projects
None yet
5 participants
Contributor

madphysicist commented Dec 21, 2016

Doing figure.add_axes([0, 1, 0, 1]) would create axes that are in the upper left corner with width zero.

@madphysicist madphysicist DOC: Original documentation was misleading
Doing `figure.add_axes([0, 1, 0, 1])` would create axes that are in the upper left corner with width zero.
c8d7d6b

@NelleV NelleV merged commit 04be437 into matplotlib:master Dec 21, 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 increased (+0.002%) to 62.076%
Details

@tacaswell tacaswell added a commit that referenced this pull request Dec 22, 2016

@NelleV @tacaswell NelleV + tacaswell Merge pull request #7659 from madphysicist/patch-6
DOC: Original documentation was misleading
aec69b8
Owner

tacaswell commented Dec 22, 2016

backported to v2.x as aec69b8 as this is strictly a docstring change so is 0 risk to the rc.

madphysicist deleted the madphysicist:patch-6 branch Dec 28, 2016

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