Multiple plots - English
- Questions posted on Forums
- Python 3.4.3 Tutorials - English
-
Multiple plots
How we can modify or any changes in figure(1) ,figure(2) ? and How to delete the any figure from the console?
01-02M 10-20SMay 14, 2025, 7:34 p.m. shahil.chavan1998@gmail.com
-
legend command shows no graph
i put x=linspace(0,50,10)plot(x,sin(x))y=linspace(0,50,500)plot(y,sin(y))legend(['sin(x)','sin(y)'])output : blank graph / no graph version : ipython3 7.19.0python 3.8.6windows 10 1806
03-04M 10-20SMay 14, 2025, 2:10 p.m. im_parth99
-
Removing the title or legend
Dear Sir/ Madam,What is the command to remove "Title" or "Legend" from a plot, from an existing plot itself? Thank you
10-11M 20-30SMay 14, 2025, 11:31 a.m. madhusmitadash
-
multiple plots
In question 1:- we can use any number instead of (-5,5,100) ?
03-04M 10-20SMay 14, 2025, 3:15 a.m. Adarsh1211
-
legend position
how to set the position of legend in figure/plot.
03-04M 0-10SMay 14, 2025, 2 a.m. swati-mishra
-
how to modify the label of x any y axis such as font size, color of font , width of axis etc.
how to modify the label of x any y axis such as font size, color of font , width of axis etc.
01-02M 40-50SMay 15, 2025, 12:13 p.m. swati-mishra
-
Label of axes
how to modify the label of x any y axis such as font size, color of font , width of axis etc.
01-02M 40-50SMay 14, 2025, 4:29 a.m. HITESH_NINAMA
-
what are the usage of 'r' in following line?
legend([r'$y=4(x^2)$' , r'$y=2x+3$'])
05-06M 0-10SMay 10, 2025, 6:18 a.m. ashu11096
-
delete the line from graph (Multiple plots)
if i draw two or more line on graph i want to delete one of line from graph what function is used to delete the any one of line
10-11M 50-60SMay 15, 2025, 4:35 a.m. laxmi_kant1@rediffmail.com
-
Multiple Plots
In plot (x,sin(x),'b') and plot(x,cos(x),'g')Here was does 'b' and 'g' denotes ?kindly help me in this regard.
06-07M 20-30SMay 15, 2025, 6:59 a.m. Deb_007
-
clearing a particular subplot
In the tutorial it is not shown how to clear a particular subplot from the main plot using pylab. Is there a command like clf() to clear only a subplot?
01-02M 30-40SMay 15, 2025, 9:51 a.m. deoramayank
-
Legend is shown in bottom part or middle part
In my case legend is displayed in bottom part / middle part. While in the recorded video it is always shown in top right corner. Is there any issue with my configuration or any special settings are required to be done at my side?
03-04M 10-20SMay 15, 2025, 3:48 p.m. paresh.rkcet@gmail.com
Questions posted on ST Forums:
Outline:
-Use Python 3.4.3 - Use IPython 5.1.0 - Draw multiple plots which are overlaid. - Operations on individual plots. - Use the figure command. - Distinguish between multiple overlaid plots. - Use the legend command. - Serial number of the plot to select corresponding plot. - Switch between the plots - Saving individual plots.
Assignment
Status: