May-07-2019, 09:54 AM
Hi!
I've made a figure using matplotlib and now I'm trying to save it to file using matplotlib.pyplot.savefig
Does anybody know, how can this problem be solved?
I've made a figure using matplotlib and now I'm trying to save it to file using matplotlib.pyplot.savefig
import matplotlib.pyplot as plt # . . . plt.savefig("result.png")Unfortunately it occurs FileNotFoundError at plt.savefig call.
Does anybody know, how can this problem be solved?