8000 Reduced no of characters to <80 · matplotlib/matplotlib@8b2d58f · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b2d58f

Browse files
committed
Reduced no of characters to <80
1 parent f7f16fe commit 8b2d58f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -633,10 +633,10 @@ def annotate(self, *args, **kwargs):
633633
label
634634
635635
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.
637637
638638
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.
640640
641641
xycoords : string, optional, default: "data"
642642
string that indicates what type of coordinates `xy` is. Examples:
@@ -648,13 +648,13 @@ def annotate(self, *args, **kwargs):
648648
"figure points", "figure pixels", "figure fraction", "axes
649649
points", .... See `matplotlib.text.Annotation` for more details.
650650
651-
arrowprops : `matplotlib.lines.Line2D` properties, optional, default: None
651+
arrowprops : `matplotlib.lines.Line2D` properties, optional
652652
Dictionary of line properties for the arrow that connects
653653
the annotation to the point. If the dictionnary has a key
654654
`arrowstyle`, a `~matplotlib.patches.FancyArrowPatch`
655655
instance is created and drawn. See
656656
`matplotlib.text.Annotation` for more details on valid
657-
options.
657+
options. Default is None.
658658
659659
Returns
660660
-------

0 commit comments

Comments
 (0)
0