Call this whenever the mappable is changed so observers can update.
(self)
| 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): |
no outgoing calls