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 3cada62

Browse filesBrowse files
committed
MNT: do not make unneeded copy
1 parent 42654d0 commit 3cada62
Copy full SHA for 3cada62

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/axes/_base.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ def _setdefaults(self, defaults, *kwargs):
270270

271271
def _makeline(self, x, y, kw, kwargs):
272272
kw = kw.copy() # Don't modify the original kw.
273-
kwargs = kwargs.copy()
274273
kw.update(kwargs)
275274
default_dict = self._getdefaults(None, kw)
276275
self._setdefaults(default_dict, kw)

0 commit comments

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