import matplotlib.pyplot as plt import math x_list = range(1,20) y_list = range(1,20)# draw plt.figure(figsize=(13, 7)) plt.优艾设计网_设计百科plot(x_list, y_list, color="red", linewidth=3) plt.xlabel("") plt.ylabel("R") plt.title(u"x x") plt.legend((u"图例",))plt.ylim(0, 30) plt.legend() plt.show()
如何自动保存matplotlib生成的图片?
import matplotlib.pyplot as plt import math x_list = range(1,20) y_list = range(1,20)# draw plt.figure(figsize=(13, 7)) plt.优艾设计网_设计百科plot(x_list, y_list, color=\"red\", linewidth=3) plt.xlab
0
0
0
精彩评论