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
Currently _ImageBase is private, and not documented. This is an issue, because if I want to see what methods I can use with AxesImage, most of them are missing from the docs as most of them live in _ImageBase, which AxesImage inherits from.