mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-30 19:47:49 +01:00
Load plt before setting rcParams
This commit is contained in:
@@ -102,10 +102,10 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"import matplotlib as mpl\n",
|
"import matplotlib.pyplot as plt\n",
|
||||||
"\n",
|
"\n",
|
||||||
"mpl.rc('font', size=12)\n",
|
"plt.rc('font', size=12)\n",
|
||||||
"mpl.rc('axes', labelsize=14)"
|
"plt.rc('axes', labelsize=14)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user