We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea63c99 commit eaa23eeCopy full SHA for eaa23ee
lib/matplotlib/style/core.py
@@ -52,7 +52,7 @@ def use(name):
52
mpl.rcParams.update(library[style])
53
else:
54
try:
55
- settings = mpl.rc_params_in_file(style)
+ settings = mpl._rc_params_in_file(style)
56
mpl.rcParams.update(settings)
57
except:
58
msg = ("'%s' not found in the style library and input is "
0 commit comments