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

Method get_annotation_clip

lib/matplotlib/text.py:1790–1796  ·  view source on GitHub ↗

Return the annotation's clipping behavior. See `set_annotation_clip` for the meaning of return values.

(self)

Source from the content-addressed store, hash-verified

1788 self._annotation_clip = b
1789
1790 def get_annotation_clip(self):
1791 """
1792 Return the annotation's clipping behavior.
1793
1794 See `set_annotation_clip` for the meaning of return values.
1795 """
1796 return self._annotation_clip
1797
1798 def _get_position_xy(self, renderer):
1799 """Return the pixel position of the annotated point."""

Callers 1

_check_xyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected