mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Make font sizes consistent across notebooks
This commit is contained in:
@@ -198,7 +198,7 @@
|
||||
"import matplotlib.pyplot as plt\n",
|
||||
"\n",
|
||||
"# not in the book – the next 5 lines define the default font sizes\n",
|
||||
"plt.rc('font', size=12)\n",
|
||||
"plt.rc('font', size=14)\n",
|
||||
"plt.rc('axes', labelsize=14, titlesize=14)\n",
|
||||
"plt.rc('legend', fontsize=14)\n",
|
||||
"plt.rc('xtick',labelsize=10)\n",
|
||||
|
||||
Reference in New Issue
Block a user