8000 Merge pull request #19328 from zitorelova/arrow-docs · matplotlib/matplotlib@947f1b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 947f1b8

Browse files
authored
Merge pull request #19328 from zitorelova/arrow-docs
Explain annotation behavior when used in conjunction with arrows
2 parents 2dacb1c + 7c6a730 commit 947f1b8

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
1679+
pointing to *xytext* will be centered on the text itself and may
1680+
not point 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)
0