Subplots - English
- Questions posted on Forums
- Python 3.4.3 Tutorials - English
-
Haven't understood the dimension error of x and y and the adjustment made
Professor,I haven't understood the dimension error of x and y and the adjustment made by you from 7:00 minutes onwards till the last. Please explain it, both the error and the adjustment made by you.
07-08M 0-10SMay 15, 2025, 1:04 a.m. sc256356
-
Pressure vs Temperature plot
I didn't understand to plot pressure vs temperature plot..... How can I understand it in a better way??
07-08M 10-20SMay 14, 2025, 11:45 a.m. 20001002020
-
Problem switching plots.
I am using python 3.6.9 instead of python 3.4.3.I am facing problem in switching subplots. ipython gives error. I have pasted the messages from my ipython window.Am I missing something?n [3]: subplot(2,1,1)Out[3]: <AxesSubplot:>In [4]: subplot(2,1,2)Out[4]: <AxesSubplot:>In [5]: subplot(2,1,1)/home/cslt/.local/bin/ipython3:1: MatplotlibDeprecationWarning: Adding an axes using the same arguments as a previous axes currently reuses the earlier instance. In a future version, a new instance will always be created and returned. Meanwhile, this warning can be suppressed, and the future behavior ensured, by passing a unique label to each axes instance. #!/usr/bin/python3Out[5]: <AxesSubplot:>
03-04M 0-10SMay 15, 2025, 4:15 p.m. vedavidya
-
subplots
why do we use plot (v, 2.0/v) and then later why do we use t=linspace(200,200,500) to plot
05-06M 40-50SMay 15, 2025, 11:25 a.m. midhath001@gmail.com
-
Subplots
why 2.0/v (volume) is taken in the two subplot? can you explain please.
01-02M 10-20SMay 13, 2025, 9:34 p.m. shahil.chavan1998@gmail.com
-
subplots
Sir i have two questions in this section,i. v=linspace (21,100,500) , here from where do we get 500ii. plot(v,2.0/v) , here from where do we get 2.0and what does 2.0/v impliesKindly help me in this regard.
06-07M 30-40SMay 13, 2025, 8:54 p.m. kamalakshi
-
subplots
Sir i have two questions in this section,i. v=linspace (21,100,500) , here from where do we get 500ii. plot(v,2.0/v) , here from where do we get 2.0and what does 2.0/v impliesKindly help me in this regard.
06-07M 40-50SMay 15, 2025, 3:32 p.m. kamalakshi
-
Plot command
The argument in the plot command is not clear. How is it derived for creating different plots?
06-07M 20-30SMay 14, 2025, 10:36 p.m. muskangupta6
-
Linspace argument
How to choose for the value to be entered in the linspace argument?For example- here it is chosen to be 500.
05-06M 40-50SMay 13, 2025, 5:45 p.m. muskangupta6
-
Subplots
How many subplots can we create at a time?
02-03M 10-20SMay 15, 2025, 4:02 p.m. Mitalidas
-
plot
sir/madam, What are the applications of plot and subplot in python
00-01M 0-10SMay 15, 2025, 12:45 p.m. nileshporwal9
-
legends for subplots..
can we use legend command for subplots? how?
05-06M 40-50SMay 14, 2025, 5:31 p.m. gourihalde@gmail.com
-
SubPlots
Sir i have two questions in this section,i. v=linspace (21,100,500) , here from where do we get 500ii. plot(v,2.0/v) , here from where do we get 2.0and what does 2.0/v impliesKindly help me in this regard.
06-07M 50-60SMay 15, 2025, 3:40 p.m. Deb_007
-
Subplots
Can we add more than 2 subplots.
03-04M 30-40SMay 15, 2025, 4:40 p.m. rajashrij
-
subplots
in exercise 1 why 2.0/v volume has taken in the graph
07-08M 40-50SMay 15, 2025, 1:03 a.m. anithachirra
Questions posted on ST Forums:
Outline:
* Use Python 3.4.3 * Use IPython 5.1.0 * Creating subplots * Switching between subplots. * Subplot command * Passing arguments to subplot command. * First argument is the number of rows of subplots. * Second argument is the number of columns of subplots * Third argument specifies the serial number for subplot.
Assignment
Status: