Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42654d0 commit 3cada62Copy full SHA for 3cada62
1 file changed
lib/matplotlib/axes/_base.py
@@ -270,7 +270,6 @@ def _setdefaults(self, defaults, *kwargs):
270
271
def _makeline(self, x, y, kw, kwargs):
272
kw = kw.copy() # Don't modify the original kw.
273
- kwargs = kwargs.copy()
274
kw.update(kwargs)
275
default_dict = self._getdefaults(None, kw)
276
self._setdefaults(default_dict, kw)
0 commit comments