Matplotlib,Python

Thumbnail of post image 004

課題

mpfで連続してfigureを出力したときメモリエラーが出る

解決法

下記の関数のようにreturn_plot=Trueにし,plt.clf()とplt.close()をこの順番で入れる

from mplfinan ...

Matplotlib

Thumbnail of post image 160

plt.scatter(transformed_pca, transformed_pca)plt.xlim(-0.1,1.1)plt.ylim(-0.1,1.1)plt.savefig('./pca.png')plt.figure(2)pl ...