Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eaa23ee

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/style/core.py

Lines changed: 1 addition & 1 deletion
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)