Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/next_api_changes/behavior/28437-CH.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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`
if the image data was an RGB or RBGA image or if :rc:`image.interpolation_stage`
resolved to "rbga".

This is now fixed, and the alpha array overwrites any previous transparency information.
2 changes: 1 addition & 1 deletion doc/api/prev_api_changes/api_changes_3.10.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Behaviour
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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`
if the image data was an RGB or RBGA image or if :rc:`image.interpolation_stage`
resolved to "rbga".

This is now fixed, and the alpha array overwrites any previous transparency information.
Loading
Loading