Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Clarify doc for "norm" kwarg to `imshow`. #6826
Conversation
mdboom
added the
needs_review
label
Jul 24, 2016
|
There is more that needs to be fixed in the imshow docstring. It is not taking into account that MxN can be an integer array if |
|
(If you have specific edits to suggest, please post them as diffs (or PR to my repo but that's a bit overkill).) |
|
Here's a diff for _axes.imshow: |
tacaswell
modified the milestone: 2.0 (style change major release)
Jul 25, 2016
tacaswell
merged commit bae8333
into matplotlib:master
Jul 25, 2016
tacaswell
removed the
needs_review
label
Jul 25, 2016
tacaswell
added a commit
that referenced
this pull request
Jul 25, 2016
|
|
tacaswell |
4c4ead5
|
|
backported to v2.x as 4c4ead5 |
anntzer commentedJul 24, 2016
"norm" also applies when X is a 2D-array of integers -- i.e, similarly
to the "cmap" kwarg. Make the docs for the two kwargs consistent.