Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 423 Bytes

File metadata and controls

14 lines (10 loc) · 423 Bytes

API Changes for 3.10.1

Behaviour

alpha parameter handling on images

When passing and array to imshow(..., alpha=...), the parameter was silently ignored 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.