IT IS SHOWING ERROR AS BELOW SHOWN, HOW CAN I SOLVE IT.In [12]: savefig("C:\User\PRADIP\Desktop\sine.png") File "<ipython-input-12-8e4fe73ad2d9>", line 1 savefig("C:\User\PRADIP\Desktop\sine.png") ^SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape
How to download Ubuntu or python 3.4.3 or IPython 5.1.0 for practicing..
I am trying to save the plot in Windows using the command mentioned, but the plot is not saved.
x=linspace(-3*pi,3*pi,100)plot(x,sin(x))savefig('/home/monish/sine.eps') //assignment submitted by MONISH.V.S IRTT college,Erode
what is a module?
i ask 2 question and no one has answered .how this is gonna work ?
hi there when i type in on ipython i m getting error when i enter savefig('sine.png').after savefig inverted commas turn into red colour?how do i fix this? wht am i doing wrong?
Q1)Why we initialize Pylab using %pylab?
what type of file supported by this function ?
error 13, permission denied, when run the command savefig('sine.png')
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
517 visits
Outline:Python 3.5.2 ను ఉపయోగించడం Ipython వర్షన్ 5.1.0 ను ఉపయోగించడం savefig() ఫంక్షన్ ను ఉపయోగించి ప్లాట్స్ ను సేవ్ చేయడం ప్లాట్స్ ను pdf ps png svg eps వంటి వివిధ ఫార్మట్ లలో సేవ్ చేయడం
Python 3.5.2 ను ఉపయోగించడం Ipython వర్షన్ 5.1.0 ను ఉపయోగించడం savefig() ఫంక్షన్ ను ఉపయోగించి ప్లాట్స్ ను సేవ్ చేయడం ప్లాట్స్ ను pdf ps png svg eps వంటి వివిధ ఫార్మట్ లలో సేవ్ చేయడం
Show video info
Pre-requisite