We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2dacb1c + 7c6a730 commit 947f1b8Copy full SHA for 947f1b8
lib/matplotlib/text.py
@@ -1675,7 +1675,9 @@ def transform(renderer) -> Transform
1675
1676
arrowprops : dict, optional
1677
The properties used to draw a `.FancyArrowPatch` arrow between the
1678
- positions *xy* and *xytext*.
+ 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*.
1681
1682
If *arrowprops* does not contain the key 'arrowstyle' the
1683
allowed keys are:
0 commit comments