2017-04-12 65 views

回答

0

如果你真的需要,(它不是理想的),那麼你可以做這樣的事情開始matplotlib.pyplot框架和使用內置的imsave方法,像這樣:

import matplotlib.pyplot as plt 
print "Creates a plot or chart like the one above" 
plt.imsave("Path/To/Save", plotname) 

的文檔Here 。 確保數據也可以保存