@@ -633,21 +633,22 @@ def annotate(self, *args, **kwargs):
633
633
label
634
634
635
635
xy : (x, y)
636
- position of element to annotate
636
+ position of element to annotate. See *xycoords* to control what
637
+ coordinate system this value is interpretated in.
637
638
638
639
xytext : (x, y) , optional, default: None
639
- position of the label `s`
640
+ position of the label `s`. See *textcoords* to control what
641
+ coordinate system this value is interpreted in.
640
642
641
643
xycoords : string, optional, default: "data"
642
644
string that indicates what type of coordinates `xy` is. Examples:
643
645
"figure points", "figure pixels", "figure fraction", "axes
644
646
points", .... See `matplotlib.text.Annotation` for more details.
645
647
646
- textcoords : string, optional
648
+ textcoords : string, optional, default: None
647
649
string that indicates what type of coordinates `text` is. Examples:
648
650
"figure points", "figure pixels", "figure fraction", "axes
649
651
points", .... See `matplotlib.text.Annotation` for more details.
650
- Default is None.
651
652
652
653
arrowprops : `matplotlib.lines.Line2D` properties, optional
653
654
Dictionary of line properties for the arrow that connects
0 commit comments