Return whether the image would be better drawn unsampled.
(self)
| 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 | """ |
nothing calls this directly
no test coverage detected