Return the annotation's clipping behavior. See `set_annotation_clip` for the meaning of return values.
(self)
| 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.""" |