8000 Merge pull request #14821 from meeseeksmachine/auto-backport-of-pr-14… · matplotlib/matplotlib@7ecd4b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ecd4b9

Browse files
authored
Merge pull request #14821 from meeseeksmachine/auto-backport-of-pr-14741-on-v3.1.x
Backport PR #14741 on branch v3.1.x (DOC: Update description of properties of Line2D in 'plot' documentation.)
2 parents 440062e + 6da0a6b commit 7ecd4b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/lines.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,6 +1099,7 @@ def set_linewidth(self, w):
10991099
Parameters
11001100
----------
11011101
w : float
1102+
Line width, in points.
11021103
"""
11031104
w = float(w)
11041105

@@ -1231,6 +1232,7 @@ def set_markeredgewidth(self, ew):
12311232
Parameters
12321233
----------
12331234
ew : float
1235+
Marker edge width, in points.
12341236
"""
12351237
if ew is None:
12361238
ew = rcParams['lines.markeredgewidth']
@@ -1273,6 +1275,7 @@ def set_markersize(self, sz):
12731275
Parameters
12741276
----------
12751277
sz : float
1278+
Marker size, in points.
12761279
"""
12771280
sz = float(sz)
12781281
if self._markersize != sz:

0 commit comments

Comments
 (0)
0