Thanks to visit codestin.com Credit goes to github.com
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 a78aa01 commit 7c6a730Copy full SHA for 7c6a730
lib/matplotlib/text.py
@@ -1675,9 +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*. 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*.
+ positions *xy* and *xytext*. Note that the edge of the arrow
+ pointing to *xytext* will be centered on the text itself and may
+ 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