python mathplotlib savefig FileNotFoundError

时间:2019-05-06 21:25:53

标签: python ubuntu matplotlib anaconda

我已经使用matplotlib制作了一个人物,现在我正尝试使用matplotlib.pyplot.savefig将其保存到文件中

import matplotlib.pyplot as plt

# . . .

plt.savefig("/home/username/PycharmProjects/sandbox/images/result.png")

目录“ / home / username / PycharmProjects / sandbox / images /”存在,但不幸的是,它在plt.savefig调用时发生FileNotFoundError。

有人知道,如何解决这个问题?

0 个答案:

没有答案