@@ -633,21 +633,22 @@ def annotate(self, *args, **kwargs):
633633 label
634634
635635 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.
637638
638639 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.
640642
641643 xycoords : string, optional, default: "data"
642644 string that indicates what type of coordinates `xy` is. Examples:
643645 "figure points", "figure pixels", "figure fraction", "axes
644646 points", .... See `matplotlib.text.Annotation` for more details.
645647
646- textcoords : string, optional
648+ textcoords : string, optional, default: None
647649 string that indicates what type of coordinates `text` is. Examples:
648650 "figure points", "figure pixels", "figure fraction", "axes
649651 points", .... See `matplotlib.text.Annotation` for more details.
650- Default is None.
651652
652653 arrowprops : `matplotlib.lines.Line2D` properties, optional
653654 Dictionary of line properties for the arrow that connects
0 commit comments