Rename figure

main
Aurélien Geron 2019-05-06 13:14:50 +08:00
parent 4941749b60
commit 22eb374304
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@
"plt.ylabel(\"$y$\", rotation=0, fontsize=18)\n",
"plt.legend(loc=\"upper left\", fontsize=14)\n",
"plt.axis([0, 2, 0, 15])\n",
"save_fig(\"linear_model_predictions\")\n",
"save_fig(\"linear_model_predictions_plot\")\n",
"plt.show()"
]
},