python 畫圖總結【保存png照片,去白邊】

%matplotlib inline import matplotlib.pyplot as plt housing.hist(bins=50, figsize=(20, 15)) 如果要把圖片導出來, plt.savefig(‘fix.png’, dpi=600) plt.show() 順序不能搞錯,dpi是分辨率 如果生成的圖留邊框會很醜 所以考慮實現裁邊 在這裏插入圖片描述 plt.save
相關文章
相關標籤/搜索