Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe41f28

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

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎lib/matplotlib/lines.py

Copy file name to clipboardExpand all lines: lib/matplotlib/lines.py
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.