Saving plots - English
- Questions posted on Forums
- Python 3.4.3 Tutorials - English
-
Ubuntu or python 3.4.3 or IPython 5.1.0 ..Which one need to download in system for practicing tutorials..
How to download Ubuntu or python 3.4.3 or IPython 5.1.0 for practicing..
00-01M 20-30SMay 15, 2025, 3:47 p.m. archasr4@gmail.com
-
saving the plot
I am trying to save the plot in Windows using the command mentioned, but the plot is not saved.
03-04M 0-10SMay 15, 2025, 9:31 a.m. aditi.rajvaidya2004@gmail.com
-
Assignment 1 solved by Monish.V.S IRTT college,Erode
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
04-05M 10-20SMay 15, 2025, 8:31 a.m. monishvsm@gmail.com
-
whats the point of this tutorial when you cant answer a question
i ask 2 question and no one has answered .how this is gonna work ?
01-02M 50-60SMay 15, 2025, 3:34 p.m. jay008
-
regarding savefig(sine.png)
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?
02-03M 50-60SMay 15, 2025, 4:25 p.m. jay008
-
SYNTAX ERROR WHILE CHANGING THE PATH OF THE SAVING PLOT
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
02-03M 20-30SMay 12, 2025, 5:03 p.m. pradip25779@gmail.com
-
Question on PyLab
Q1)Why we initialize Pylab using %pylab?
00-01M 0-10SMay 15, 2025, 3:49 p.m. kartparlv@gmail.com
-
savefig
what type of file supported by this function ?
02-03M 0-10SMay 15, 2025, 7:55 a.m. HITESH_NINAMA
-
matplotlib
what is a module?
00-01M 0-10SMay 15, 2025, 3:28 p.m. SrinathNV
-
How to enter the file name under which to save a figure in Python under Windows 7
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")?
03-04M 10-20SMay 15, 2025, 9:23 a.m. HSSrinivasPrasad
-
About the change directory
how to change current directory in window OS
02-03M 10-20SMay 15, 2025, 3:48 p.m. pritishataramnevse.1234567890
-
About downloading the video
Dear Madam/ SirHow to download the video on saving plots.Thank you.Regards
05-06M 40-50SMay 15, 2025, 3:33 p.m. prachi.salve
-
savefig() function
it shows permission denied error when I try to save the plot by using the command: savefig('sine.png')
02-03M 10-20SMay 14, 2025, 6:57 a.m. G S Mahamunkar
-
Error while saving the plot using savefig() command
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.
02-03M 10-20SMay 15, 2025, 3:50 p.m. Meeraj
-
saving
how to download this videos....
00-01M 20-30SMay 15, 2025, 5:34 a.m. feridoz
-
Permission error
Permission error Error13 is getting while saving plot
01-02M 0-10SMay 15, 2025, 6:25 a.m. miral_borad
-
Error umber 13
error 13, permission denied, when run the command savefig('sine.png')
04-05M 10-20SMay 15, 2025, 3:47 p.m. geetachhikara
Questions posted on ST Forums:
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
Assignment
Status: