You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docstring of AxesImage.set_array says "Retained for backwards compatibility - use set_data instead.", but on the getter side, only get_array (inherited from ScalarMappable) exists -- get_data doesn't even exist.
Proposed fix
Be consistent as to which name, "data" or "array", is used. I suspect they could even be made aliases of one another at the ScalarMappable level...
(Perhaps also distantly related to the colorizer-related API changes.)