Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c84f1b9

Browse files
committed
Fix incorrect reference in AnnotationBbox.
There is no `textcoords` argument.
1 parent d7f9977 commit c84f1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/offsetbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1430,7 +1430,7 @@ def __init__(self, offsetbox, xy,
14301430
14311431
xybox : (float, float), default: *xy*
14321432
The position *(x, y)* to place the text at. The coordinate system
1433-
is determined by *textcoords*.
1433+
is determined by *boxcoords*.
14341434
14351435
xycoords : str or `.Artist` or `.Transform` or callable or \
14361436
(float, float), default: 'data'

0 commit comments

Comments
 (0)