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.
1 parent e453e26 commit a78aa01Copy full SHA for a78aa01
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 pointing
1679
+ to *xytext* will be centered on the text itself and may not point
1680
+ 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