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

Method changed

lib/matplotlib/image.py:343–348  ·  view source on GitHub ↗

Call this whenever the mappable is changed so observers can update.

(self)

Source from the content-addressed store, hash-verified

341 else self._alpha
342
343 def changed(self):
344 """
345 Call this whenever the mappable is changed so observers can update.
346 """
347 self._imcache = None
348 super().changed()
349
350 def _make_image(self, A, in_bbox, out_bbox, clip_bbox, magnification=1.0,
351 unsampled=False, round_to_pixel_border=True):

Callers 3

test_scalarmap_updateFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_scalarmap_updateFunction · 0.36