import matplotlib.pyplot as plt plt.plot([3,1,4,5,2]) plt.ylabel("Grade") plt.savefig("test",dpi=600) #PNG檔案plt.show().
確定! 回上一頁