what type of file supported by this function ?
what is a module?
I am learning Python using Python version 3.8 installed in my computer running Windows 7. The tutorial at 3m10 seconds states that I should use the function savefig("C:/Users/fossee/Desktop/sine.png") when running Python under Windows. Would it not be more appropriate to use the command with backslashes instead of forward slashes? The argument to the function would then read, savefig("C:\Users\fossee\Desktop\sine.png")?
how to change current directory in window OS
Dear Madam/ SirHow to download the video on saving plots.Thank you.Regards
it shows permission denied error when I try to save the plot by using the command: savefig('sine.png')
After executing the savefig('sine.png') command, it is showing some error instead of saving in current directory and after specifying the saving location as instructed later in this video their is an error.
how to download this videos....
Permission error Error13 is getting while saving plot
error 13, permission denied, when run the command savefig('sine.png')
23273 visits
Outline:Use Python 3.4.3 Use Ipython version 5.1.0 Save plots using the savefig() function. Save the plots in different formats like pdf ps png svg eps
Use Python 3.4.3 Use Ipython version 5.1.0 Save plots using the savefig() function. Save the plots in different formats like pdf ps png svg eps
Show video info
Pre-requisite