legend([r'$y=4(x^2)$' , r'$y=2x+3$'])
How we can modify or any changes in figure(1) ,figure(2) ? and How to delete the any figure from the console?
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
Dear Sir/ Madam,What is the command to remove "Title" or "Legend" from a plot, from an existing plot itself? Thank you
In question 1:- we can use any number instead of (-5,5,100) ?
how to set the position of legend in figure/plot.
how to modify the label of x any y axis such as font size, color of font , width of axis etc.
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
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.
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?
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?
144 visits
Outline:استفاده از پایتون 3.4.3 استفاده از آی پایتون نسخه 5.1.0 رسم چندین طرح که روی هم قرار گرفته اند. عملیات روی هر یک از طرح ها استفاده از دستور فیگر تمایز بین طرح های چندگانه روی هم قرار گرفته ا ستفاده از دستور لجند شماره سریال طرح برای انتخاب طرح مربوطه تغییر از یک طرح به طرح دیگر ذخیره کردن هر یک از طرح ها
استفاده از پایتون 3.4.3 استفاده از آی پایتون نسخه 5.1.0 رسم چندین طرح که روی هم قرار گرفته اند. عملیات روی هر یک از طرح ها استفاده از دستور فیگر تمایز بین طرح های چندگانه روی هم قرار گرفته ا ستفاده از دستور لجند شماره سریال طرح برای انتخاب طرح مربوطه تغییر از یک طرح به طرح دیگر ذخیره کردن هر یک از طرح ها
Show video info
Pre-requisite