Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
DOC: add warning note to imsave#24320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
lib/matplotlib/image.py Outdated
Colormap and save an array as an image file. | ||
RGB(A) images are passed through, single channel images will be | ||
saved in false color. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
"will be colormapped"? "will be colormapped according tocmap andnorm"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I thought "colormapped" was too jargonny, but I like "will be colormapped according to cmap and norm".
4d088f2
toccb51e0
CompareThe docs failure in the scipy docs being offline so we are failing to get the xref inventory. |
…320-on-v3.6.xBackport PR#24320 on branch v3.6.x (DOC: add warning note to imsave)
PR Summary
closes#3657