Improve hist2d docstring by inlining properties.#8435
Merged
NelleV merged 1 commit intomatplotlib:masterfrom Apr 6, 2017
Merged
Improve hist2d docstring by inlining properties.#8435NelleV merged 1 commit intomatplotlib:masterfrom
NelleV merged 1 commit intomatplotlib:masterfrom
Conversation
dstansby
approved these changes
Apr 6, 2017
Member
dstansby
left a comment
There was a problem hiding this comment.
👍 apart from my one comment (which may just be me being confused)
lib/matplotlib/axes/_axes.py
Outdated
|
|
||
| norm : Normalize, optional | ||
| A :class:`matplotlib.colors.Normalize` instance is used to scale | ||
| luminance data to ``[0, 1]``. If not set, defaults to `Normalize`. |
Member
There was a problem hiding this comment.
If not set, defaults to
Normalize.
What does that mean? Does it default to Normalize with defualt kwargs?
Contributor
Author
There was a problem hiding this comment.
Indeed, should have been Normalize() with double backticks. Fixed.
284aaee to
39636bc
Compare
tacaswell
pushed a commit
that referenced
this pull request
Apr 14, 2017
Improve hist2d docstring by inlining properties.
Member
|
backported to v2.0.x as 0c5ab82 |
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.
Followup to #8429.