Skip to content

Commit eaa23ee

Browse files
tacaswelltonysyu
authored andcommitted
fixed divergent naming scheme
1 parent ea63c99 commit eaa23ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/style/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def use(name):
5252
mpl.rcParams.update(library[style])
5353
else:
5454
try:
55-
settings = mpl.rc_params_in_file(style)
55+
settings = mpl._rc_params_in_file(style)
5656
mpl.rcParams.update(settings)
5757
except:
5858
msg = ("'%s' not found in the style library and input is "

0 commit comments

Comments
 (0)