Set *vmin*, *vmax* to min, max of *A*.
(self, A)
| 2362 | |
| 2363 | @abstractmethod |
| 2364 | def autoscale(self, A): |
| 2365 | """Set *vmin*, *vmax* to min, max of *A*.""" |
| 2366 | pass |
| 2367 | |
| 2368 | @abstractmethod |
| 2369 | def autoscale_None(self, A): |
no outgoing calls
no test coverage detected