@@ -633,10 +633,10 @@ def annotate(self, *args, **kwargs):
633
633
label
634
634
635
635
xy : (x, y) , default: "data"
636
- position of element to annotate. Use xycoords param for additional types.
636
+ position of element to annotate. Use xycoords param for more types.
637
637
638
638
xytext : (x, y) , optional, default: None
639
- position of the label `s`. Use textcoords param for additional types.
639
+ position of the label `s`. Use textcoords param for more types.
640
640
641
641
xycoords : string, optional, default: "data"
642
642
string that indicates what type of coordinates `xy` is. Examples:
@@ -648,13 +648,13 @@ def annotate(self, *args, **kwargs):
648
648
"figure points", "figure pixels", "figure fraction", "axes
649
649
points", .... See `matplotlib.text.Annotation` for more details.
650
650
651
- arrowprops : `matplotlib.lines.Line2D` properties, optional, default: None
651
+ arrowprops : `matplotlib.lines.Line2D` properties, optional
652
652
Dictionary of line properties for the arrow that connects
653
653
the annotation to the point. If the dictionnary has a key
654
654
`arrowstyle`, a `~matplotlib.patches.FancyArrowPatch`
655
655
instance is created and drawn. See
656
656
`matplotlib.text.Annotation` for more details on valid
657
- options.
657
+ options. Default is None.
658
658
659
659
Returns
660
660
-------
0 commit comments