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
17671767 centered in the text box.
17681768
17691769 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.
17721772
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.
17751775 - 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'.
17781778
17791779 **kwargs
17801780 Additional kwargs are passed to `~matplotlib.text.Text`.
You can’t perform that action at this time.
0 commit comments