If *vmin* or *vmax* are not set, use the min/max of *A* to set them.
(self, A)
| 2367 | |
| 2368 | @abstractmethod |
| 2369 | def autoscale_None(self, A): |
| 2370 | """If *vmin* or *vmax* are not set, use the min/max of *A* to set them.""" |
| 2371 | pass |
| 2372 | |
| 2373 | @abstractmethod |
| 2374 | def scaled(self): |
no outgoing calls
no test coverage detected