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.
2 parents d5554d8 + fe41f28 commit d21f1caCopy full SHA for d21f1ca
lib/matplotlib/lines.py
@@ -1095,6 +1095,7 @@ def set_linewidth(self, w):
1095
Parameters
1096
----------
1097
w : float
1098
+ Line width, in points.
1099
"""
1100
w = float(w)
1101
@@ -1227,6 +1228,7 @@ def set_markeredgewidth(self, ew):
1227
1228
1229
1230
ew : float
1231
+ Marker edge width, in points.
1232
1233
if ew is None:
1234
ew = rcParams['lines.markeredgewidth']
@@ -1269,6 +1271,7 @@ def set_markersize(self, sz):
1269
1271
1270
1272
1273
sz : float
1274
+ Marker size, in points.
1275
1276
sz = float(sz)
1277
if self._markersize != sz:
0 commit comments