Python Forum
mathplotlib savefig FileNotFoundError
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mathplotlib savefig FileNotFoundError
#1
Hi!

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?
Reply


Messages In This Thread
mathplotlib savefig FileNotFoundError - by drinkOut - May-07-2019, 09:54 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  mathplotlib Romanefr 1 3,644 May-21-2018, 10:19 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020