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

Method get_clip_box

lib/matplotlib/artist.py:950–952  ·  view source on GitHub ↗

Return the clipbox.

(self)

Source from the content-addressed store, hash-verified

948 return self._clipon
949
950 def get_clip_box(self):
951 """Return the clipbox."""
952 return self.clipbox
953
954 def get_clip_path(self):
955 """Return the clip path."""

Callers 4

get_tightbboxMethod · 0.95
make_imageMethod · 0.80
bar_labelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected