(self, norm, vmin, vmax)
| 323 | and `.cm.ScalarMappable` are not included. |
| 324 | """ |
| 325 | def _scale_norm(self, norm, vmin, vmax): |
| 326 | self._colorizer._scale_norm(norm, vmin, vmax, self._A) |
| 327 | |
| 328 | def to_rgba(self, x, alpha=None, bytes=False, norm=True): |
| 329 | """ |
nothing calls this directly
no test coverage detected