Skip to content

Commit

Permalink
fix name error
Browse files Browse the repository at this point in the history
  • Loading branch information
fangohr committed Jan 25, 2024
1 parent ece1c5a commit 48cb5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/17-pandas.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
"import matplotlib\n",
"import matplotlib_inline\n",
"matplotlib_inline.backend_inline.set_matplotlib_formats('svg', 'png')\n",
"mpl.rcParams['figure.dpi'] = 400"
"matplotlib.rcParams['figure.dpi'] = 400"
]
},
{
Expand Down

0 comments on commit 48cb5dc

Please sign in to comment.