标签:otl pyplot python plt 画图 numbers lin 使用 本地
import matplotlib.pyplot as plt """ 一些画图代码 """ plt.savefig("filename.png")plt.show()
python 画图后柱状图保存到本地方法 plt.savefig("filename.png") python 使用 plt 画图后保存到本地 python保存柱状图/散点图/折线图/直方图到本地的方法
原文地址:https://www.cnblogs.com/stillstep/p/11148715.html