MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _scale_norm

Method _scale_norm

lib/matplotlib/colorizer.py:325–326  ·  view source on GitHub ↗
(self, norm, vmin, vmax)

Source from the content-addressed store, hash-verified

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 """

Callers

nothing calls this directly

Calls 1

_scale_normMethod · 0.45

Tested by

no test coverage detected