Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe41f28

Browse files
committed
DOC: Update description of properties of Line2D in 'plot' documentation.
Fix indentation
1 parent 34e1459 commit fe41f28

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/matplotlib/lines.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ def set_linewidth(self, w):
10951095
Parameters
10961096
----------
10971097
w : float
1098-
Line width, in points.
1098+
Line width, in points.
10991099
"""
11001100
w = float(w)
11011101

@@ -1228,7 +1228,7 @@ def set_markeredgewidth(self, ew):
12281228
Parameters
12291229
----------
12301230
ew : float
1231-
Marker edge width, in points.
1231+
Marker edge width, in points.
12321232
"""
12331233
if ew is None:
12341234
ew = rcParams['lines.markeredgewidth']
@@ -1271,7 +1271,7 @@ def set_markersize(self, sz):
12711271
Parameters
12721272
----------
12731273
sz : float
1274-
Marker size, in points.
1274+
Marker size, in points.
12751275
"""
12761276
sz = float(sz)
12771277
if self._markersize != sz:

0 commit comments

Comments
 (0)