8000 Removed default value for xy, added details for param use. · matplotlib/matplotlib@fceb695 · GitHub
[go: up one dir, main page]

Skip to content

Commit fceb695

Browse files
committed
Removed default value for xy, added details for param use.
1 parent 8b2d58f commit fceb695

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -632,11 +632,13 @@ def annotate(self, *args, **kwargs):
632632
s : string
633633
label
634634
635-
xy : (x, y) , default: "data"
636-
position of element to annotate. Use xycoords param for more types.
635+
xy : (x, y)
636+
position of element to annotate. See `xycoords` param to control
637+
coordinate system interpretation of this value.
637638
638639
xytext : (x, y) , optional, default: None
639-
position of the label `s`. Use textcoords param for more types.
640+
position of the label `s`. See `textcoords` param to control
641+
coordinate system interpretation of this value.
640642
641643
xycoords : string, optional, default: "data"
642644
string that indicates what type of coordinates `xy` is. Examples:

0 commit comments

Comments
 (0)
0