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

Method get_clip_on

lib/matplotlib/artist.py:946–948  ·  view source on GitHub ↗

Return whether the artist uses clipping.

(self)

Source from the content-addressed store, hash-verified

944 and clip_path._patch is self.axes.patch))
945
946 def get_clip_on(self):
947 """Return whether the artist uses clipping."""
948 return self._clipon
949
950 def get_clip_box(self):
951 """Return the clipbox."""

Callers 5

get_tightbboxMethod · 0.95
make_imageMethod · 0.80
recacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected