Skip to content

Commit 48cb5dc

Browse files
committed
fix name error
1 parent ece1c5a commit 48cb5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/17-pandas.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
"import matplotlib\n",
347347
"import matplotlib_inline\n",
348348
"matplotlib_inline.backend_inline.set_matplotlib_formats('svg', 'png')\n",
349-
"mpl.rcParams['figure.dpi'] = 400"
349+
"matplotlib.rcParams['figure.dpi'] = 400"
350350
]
351351
},
352352
{

0 commit comments

Comments
 (0)