Autoscale the scalar limits on the norm instance using the current array, changing only limits that are None
(self)
| 441 | self._colorizer.autoscale(self._A) |
| 442 | |
| 443 | def autoscale_None(self): |
| 444 | """ |
| 445 | Autoscale the scalar limits on the norm instance using the |
| 446 | current array, changing only limits that are None |
| 447 | """ |
| 448 | self._colorizer.autoscale_None(self._A) |
| 449 | |
| 450 | @property |
| 451 | def colorbar(self): |
nothing calls this directly
no test coverage detected