File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1767,14 +1767,14 @@ def transform(renderer) -> Transform
1767
1767
centered in the text box.
1768
1768
1769
1769
annotation_clip : bool or None, default: None
1770
- Whether to draw the annotation when the annotation point *xy* is
1771
- outside the axes area.
1770
+ Whether to clip (i.e. not draw) the annotation when the annotation
1771
+ point *xy* is outside the axes area.
1772
1772
1773
- - If *True*, the annotation will only be drawn when *xy* is
1774
- within the axes.
1773
+ - If *True*, the annotation will be clipped when *xy* is outside
1774
+ the axes.
1775
1775
- If *False*, the annotation will always be drawn.
1776
- - If *None*, the annotation will only be drawn when *xy* is
1777
- within the axes and *xycoords* is 'data'.
1776
+ - If *None*, the annotation will be clipped when *xy* is outside
1777
+ the axes and *xycoords* is 'data'.
1778
1778
1779
1779
**kwargs
1780
1780
Additional kwargs are passed to `~matplotlib.text.Text`.
You can’t perform that action at this time.
0 commit comments