我正在尝试将 Matplotlib 中的图形保存到文件中,但是当我运行命令来保存图像时,它不会给出任何错误,但我看不到该文件。
plt.savefig('Traveling Salesmen Graph.png')
python matplotlib
matplotlib ×1
python ×1