Document get_{x,y}axis_transform more prominently.#9375
Merged
jklymak merged 1 commit intomatplotlib:masterfrom Oct 11, 2017
Merged
Document get_{x,y}axis_transform more prominently.#9375jklymak merged 1 commit intomatplotlib:masterfrom
jklymak merged 1 commit intomatplotlib:masterfrom
Conversation
jklymak
requested changes
Oct 11, 2017
| =========== ============================= ===================================== | ||
| Coordinates Transformation object Description | ||
| =========== ============================= ===================================== | ||
| "data" ``ax.transData```` The userland data coordinate system, |
Contributor
Author
There was a problem hiding this comment.
"from the POV of the user" but I agree it's a bit obscure. "The data coordinate system" actually sounds good enough?
Contributor
Author
There was a problem hiding this comment.
force pushed (also fixed below)
| display, and (width, height) is top | ||
| right of the display in pixels. | ||
| "xaxis", ``ax.get_xaxis_transform()``, Blended coordinate systems; use data | ||
| "yaxis" ``ax.get_yaxis_transform()`` coordinates one one of the axis and |
938cbdc to
8d8a3fc
Compare
They are quite useful but right now are documented in a slightly obscure manner.
8d8a3fc to
f19eddb
Compare
jklymak
approved these changes
Oct 11, 2017
Member
|
... there I went nuts and merged it. Hope that was OK - docs just require one approval, right? |
tacaswell
pushed a commit
that referenced
this pull request
Oct 12, 2017
Document get_{x,y}axis_transform more prominently.
Member
|
backported to v2.1.0-doc as d5a3e46 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
They are quite useful but right now are documented in a slightly obscure
manner.
Closes #9369.
PR Summary
PR Checklist