📜  matplotlib savefig 不工作 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:55.220000             🧑  作者: Mango

代码示例1
# Call plt.show() after plt.savefig("filename.png")
# (Because plt.show() clears the plot from memory)