saving . . . saved regarding saving a file has been deleted. regarding saving a file has been hidden .
regarding saving a file
Title
Question
<span style="color: rgb(85, 85, 85); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; background-color: rgb(205, 205, 205);">im getting problems in saving the plotsplease help me out. im giving the command savefig('/home/fossee/sine.png'. but its not working.</span>

Python Saving-plots 01-02 min 50-60 sec 22-06-19, 10:41 a.m. sunanda.gupta

Answers:

Are you entering the correct path for saving the file? Please check the path. If its still not working, can you please post the error you are getting?
22-06-19, 10:47 a.m. iakashchavan


FileNotFoundError: [Errno 2] No such file or directory: '/home/fossee/sine.png'
22-06-19, 10:53 a.m. sunanda.gupta
It seems that you are trying to use a path that does not exist on your PC. Please use an existing path (the path used in the video is specific to Linux systems and to that specific PC used in the video)

You will have to specify a path depending on whether you are using a Windows or Linux machine and also make sure that the filepath/folders that you specify are already existing on your PC
22-06-19, 11:12 a.m. ankitrj.iitb

Login to add comment


problem resolved

22-06-19, 11:12 a.m. sunanda.gupta


Log-in to answer to this question.