-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Open
Labels
Milestone
Description
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.