Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Description
Summary
The docstring ofAxesImage.set_array
says "Retained for backwards compatibility - use set_data instead.", but on the getter side, onlyget_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.)