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

Method _check_unsampled_image

lib/matplotlib/image.py:939–941  ·  view source on GitHub ↗

Return whether the image would be better drawn unsampled.

(self)

Source from the content-addressed store, hash-verified

937 magnification, unsampled=unsampled)
938
939 def _check_unsampled_image(self):
940 """Return whether the image would be better drawn unsampled."""
941 return self.get_interpolation() == "none"
942
943 def set_extent(self, extent, **kwargs):
944 """

Callers

nothing calls this directly

Calls 1

get_interpolationMethod · 0.80

Tested by

no test coverage detected