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

Method set_data

lib/matplotlib/image.py:1404–1407  ·  view source on GitHub ↗

Set the image array.

(self, A)

Source from the content-addressed store, hash-verified

1402 unsampled=unsampled, round_to_pixel_border=False)
1403
1404 def set_data(self, A):
1405 """Set the image array."""
1406 super().set_data(A)
1407 self.stale = True
1408
1409
1410class BboxImage(_ImageBase):

Callers 1

test_figureimage_setdataFunction · 0.95

Calls 1

set_dataMethod · 0.45

Tested by 1

test_figureimage_setdataFunction · 0.76