Skip to content

Commit 6b1e035

Browse files
author
y-p
committed
fix nstructions on loading mpl style from json
1 parent aa149bc commit 6b1e035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter1_Introduction/Chapter1_Introduction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"\n",
194194
" import json\n",
195195
" s = json.load( open(\"../styles/bmh_matplotlibrc.json\") )\n",
196-
" matplotlib.RcParams.update(s)\n",
196+
" matplotlib.rcParams.update(s)\n",
197197
"\"\"\"\n",
198198
"\n",
199199
"figsize( 12, 4 )\n",

0 commit comments

Comments
 (0)