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

Method _changed

lib/matplotlib/colors.py:2378–2383  ·  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

2376 pass
2377
2378 def _changed(self):
2379 """
2380 Call this whenever the norm is changed to notify all the
2381 callback listeners to the 'changed' signal.
2382 """
2383 self.callbacks.process('changed')
2384
2385 @property
2386 @abstractmethod

Callers 9

vminMethod · 0.45
vmaxMethod · 0.45
clipMethod · 0.45
autoscaleMethod · 0.45
vcenterMethod · 0.45
vminMethod · 0.45
vmaxMethod · 0.45
vcenterMethod · 0.45
__init__Method · 0.45

Calls 1

processMethod · 0.80

Tested by

no test coverage detected