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

Method changed

lib/matplotlib/colorizer.py:283–289  ·  view source on GitHub ↗

Call this whenever the mappable is changed to notify all the callbackSM listeners to the 'changed' signal.

(self)

Source from the content-addressed store, hash-verified

281 return self.norm.vmin, self.norm.vmax
282
283 def changed(self):
284 """
285 Call this whenever the mappable is changed to notify all the
286 callbackSM listeners to the 'changed' signal.
287 """
288 self.callbacks.process('changed')
289 self.stale = True
290
291 @property
292 def vmin(self):

Callers 2

normMethod · 0.95
_set_cmapMethod · 0.95

Calls 1

processMethod · 0.80

Tested by

no test coverage detected