Load plt before setting rcParams
parent
1245f13446
commit
19e109c02c
|
@ -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)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue