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 2ad362a

Browse filesBrowse files
authored
Merge pull request #10742 from jklymak/fix-reorder-linewitdth-setting
FIX: reorder linewidth setting before linestyle
2 parents d420e66 + 8e87ec4 commit 2ad362a
Copy full SHA for 2ad362a

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎lib/matplotlib/lines.py

Copy file name to clipboardExpand all lines: lib/matplotlib/lines.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,9 @@ def __init__(self, xdata, ydata,
378378
self._us_dashSeq = None
379379
self._us_dashOffset = 0
380380

381+
self.set_linewidth(linewidth)
381382
self.set_linestyle(linestyle)
382383
self.set_drawstyle(drawstyle)
383-
self.set_linewidth(linewidth)
384384

385385
self._color = None
386386
self.set_color(color)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.