Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a78aa01

Browse filesBrowse files
committed
Add note to describe annotation behavior
1 parent e453e26 commit a78aa01
Copy full SHA for a78aa01

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎lib/matplotlib/text.py

Copy file name to clipboardExpand all lines: lib/matplotlib/text.py
+3-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.