Skip to content

Commit ab407de

Browse files
Annotate docs; emphasise that the FancyArrow shrinkA/B is in points unlike the simple arrow uses fraction
1 parent 281461a commit ab407de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/text.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1767,8 +1767,8 @@ def transform(renderer) -> Transform
17671767
relpos See below; default is (0.5, 0.5)
17681768
patchA Default is bounding box of the text
17691769
patchB Default is None
1770-
shrinkA Default is 2 points
1771-
shrinkB Default is 2 points
1770+
shrinkA In points. Default is 2 points
1771+
shrinkB In points. Default is 2 points
17721772
mutation_scale Default is text size (in points)
17731773
mutation_aspect Default is 1
17741774
? Any `.FancyArrowPatch` property

0 commit comments

Comments
 (0)