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 b11cf22 commit 96a044eCopy full SHA for 96a044e
1 file changed
lib/matplotlib/config/rcparams.py
@@ -1,4 +1,5 @@
1
import os
2
+import sys
3
import warnings
4
5
import checkdep
@@ -193,4 +194,4 @@ def rcdefaults():
193
194
Restore the default rc params - the ones that were created at
195
matplotlib load time
196
"""
- rcParams.update(rcParamsDefault)
197
+ rcParams.update(rcParamsDefault)
0 commit comments