Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a78aa01

Browse files
committed
Add note to describe annotation behavior
1 parent e453e26 commit a78aa01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/matplotlib/text.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1675,7 +1675,9 @@ def transform(renderer) -> Transform
16751675
16761676
arrowprops : dict, optional
16771677
The properties used to draw a `.FancyArrowPatch` arrow between the
1678-
positions *xy* and *xytext*.
1678+
positions *xy* and *xytext*. Note that the edge of the arrow pointing
1679+
to *xytext* will be centered on the text itself and may not point
1680+
directly to the coordinates given in *xytext*.
16791681
16801682
If *arrowprops* does not contain the key 'arrowstyle' the
16811683
allowed keys are:

0 commit comments

Comments
 (0)