Rename figure

main
Aurélien Geron 2019-05-06 13:15:01 +08:00
parent 22eb374304
commit dd5e648c62
1 changed files with 1 additions and 1 deletions

View File

@ -745,7 +745,7 @@
"plt.xlabel(\"$z_1$\", fontsize=18)\n",
"plt.grid(True)\n",
"\n",
"save_fig(\"pca_best_projection\")\n",
"save_fig(\"pca_best_projection_plot\")\n",
"plt.show()"
]
},