matplotlib / matplotlib

matplotlib: plotting with Python
https://matplotlib.org/stable/
19.62k stars 7.48k forks source link

Respect array alpha with interpolation_stage='rgba' in _Imagebase::_make_image #28437

Open chaoyihu opened 6 days ago

chaoyihu commented 6 days ago

PR summary

This PR hopefully closes https://github.com/matplotlib/matplotlib/issues/28382, making sure that array alpha is respected in _Imagebase::_make_image when param interpolation_stage is set to 'rgba'.

PR checklist