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

Method _changed

lib/matplotlib/colors.py:3462–3467  ·  view source on GitHub ↗

Call this whenever the norm is changed to notify all the callback listeners to the 'changed' signal.

(self)

Source from the content-addressed store, hash-verified

3460 self._changed()
3461
3462 def _changed(self):
3463 """
3464 Call this whenever the norm is changed to notify all the
3465 callback listeners to the 'changed' signal.
3466 """
3467 self.callbacks.process('changed')
3468
3469 def __call__(self, values, clip=None):
3470 """

Callers 5

vminMethod · 0.95
vmaxMethod · 0.95
clipMethod · 0.95
autoscaleMethod · 0.95
autoscale_NoneMethod · 0.95

Calls 1

processMethod · 0.80

Tested by

no test coverage detected