8000 FIX · matplotlib/matplotlib@1abe137 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1abe137

Browse files
committed
FIX
1 parent 2fdb7df commit 1abe137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ def rc_params_from_file(fname, fail_on_error=False, use_default_template=True):
824824
fail_on_error=True)
825825
dict.update(rcParamsDefault, rcsetup._hardcoded_defaults)
826826
# set this property for back compatibility
827-
rcsetup.defaultParams = rcParamsDefault.copy()
827+
defaultParams = rcsetup.defaultParams = rcParamsDefault.copy()
828828

829829
rcParams = RcParams() # The global instance.
830830
dict.update(rcParams, dict.items(rcParamsDefault))

0 commit comments

Comments
 (0)
0