Skip to content

Commit 8e87ec4

Browse files
committed
FIX: reorder linewidth setting before linestyle
1 parent b5391ce commit 8e87ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/lines.py

Lines 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)