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

Method _check_unsampled_image

lib/matplotlib/image.py:601–607  ·  view source on GitHub ↗

Return whether the image is better to be drawn unsampled. The derived class needs to override it.

(self)

Source from the content-addressed store, hash-verified

599 raise NotImplementedError('The make_image method must be overridden')
600
601 def _check_unsampled_image(self):
602 """
603 Return whether the image is better to be drawn unsampled.
604
605 The derived class needs to override it.
606 """
607 return False
608
609 @martist.allow_rasterization
610 def draw(self, renderer):

Callers 1

drawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected