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.
I didn't understand to plot pressure vs temperature plot..... How can I understand it in a better way??
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:>
why do we use plot (v, 2.0/v) and then later why do we use t=linspace(200,200,500) to plot
why 2.0/v (volume) is taken in the two subplot? can you explain please.
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.
The argument in the plot command is not clear. How is it derived for creating different plots?
How to choose for the value to be entered in the linspace argument?For example- here it is chosen to be 500.
How many subplots can we create at a time?
sir/madam, What are the applications of plot and subplot in python
can we use legend command for subplots? how?
Can we add more than 2 subplots.
in exercise 1 why 2.0/v volume has taken in the graph
160 visits
Outline:استفاده از پایتون 3.4.3 استفاده از آی پایتون نسخه 5.1.0 ایجاد ساب پلات تغییر از یک ساب پلات به دیگری دستور ساب پلات انتقال آرگومان ها به دستور ساب پلات اولین آرگومان تعداد ردیف های ساب پلات است آرگومان دوم تعداد ستون های ساب پلات آرگومان سوم شماره سریال را برای ساب پلات مشخص می کند
استفاده از پایتون 3.4.3 استفاده از آی پایتون نسخه 5.1.0 ایجاد ساب پلات تغییر از یک ساب پلات به دیگری دستور ساب پلات انتقال آرگومان ها به دستور ساب پلات اولین آرگومان تعداد ردیف های ساب پلات است آرگومان دوم تعداد ستون های ساب پلات آرگومان سوم شماره سریال را برای ساب پلات مشخص می کند
Show video info
Pre-requisite