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 469e03b

Browse filesBrowse files
authored
Merge pull request #29345 from timhoffm/remove-duplicate
MNT: Remove duplicate assignment
2 parents f8900ea + 29b64e0 commit 469e03b
Copy full SHA for 469e03b

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+0
-1
lines changed

‎lib/matplotlib/lines.py

Copy file name to clipboardExpand all lines: lib/matplotlib/lines.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,6 @@ def update_from(self, other):
13541354
self._solidcapstyle = other._solidcapstyle
13551355
self._solidjoinstyle = other._solidjoinstyle
13561356

1357-
self._linestyle = other._linestyle
13581357
self._marker = MarkerStyle(marker=other._marker)
13591358
self._drawstyle = other._drawstyle
13601359

0 commit comments

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