Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1247ce commit 8a032c1Copy full SHA for 8a032c1
doc/api/next_api_changes/behavior/28437-CH.rst
@@ -1,8 +1,8 @@
1
*alpha* parameter handling on images
2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
4
-When passing and array to `imshow(..., alpha=...)`, the parameter was silently ignored
5
-if the image data was a RGB or RBGA image or if `rcParams['interpolation_state']`
+When passing and array to ``imshow(..., alpha=...)``, the parameter was silently ignored
+if the image data was a RGB or RBGA image or if :rc:`interpolation_state`
6
resolved to "rbga".
7
8
This is now fixed, and the alpha array overwrites any previous transparency information.
0 commit comments