Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e1459 commit fe41f28Copy full SHA for fe41f28
1 file changed
lib/matplotlib/lines.py
@@ -1095,7 +1095,7 @@ def set_linewidth(self, w):
1095
Parameters
1096
----------
1097
w : float
1098
- Line width, in points.
+ Line width, in points.
1099
"""
1100
w = float(w)
1101
@@ -1228,7 +1228,7 @@ def set_markeredgewidth(self, ew):
1228
1229
1230
ew : float
1231
- Marker edge width, in points.
+ Marker edge width, in points.
1232
1233
if ew is None:
1234
ew = rcParams['lines.markeredgewidth']
@@ -1271,7 +1271,7 @@ def set_markersize(self, sz):
1271
1272
1273
sz : float
1274
- Marker size, in points.
+ Marker size, in points.
1275
1276
sz = float(sz)
1277
if self._markersize != sz:
0 commit comments