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?
1391 visits
Outline:पाइथन 3.4.3 का उपयोग करना। - IPython 5.1.0 का उपयोग करना। - कई प्लॉट ड्रा करना, जो ओवरलेड हैं। - वैयक्तिक प्लॉट्स पर कार्य। - फिगर कमांड का उपयोग करना। - कई ओवरलेड प्लॉट्स के बीच भेद। - legend कमांड का उपयोग करना। - समरूपी प्लॉट का चयन करने के लिए प्लॉट की क्रम संख्या। - प्लॉट के मध्य स्विच करना। - वैयक्तिक प्लॉट्स सेव करना।
पाइथन 3.4.3 का उपयोग करना। - IPython 5.1.0 का उपयोग करना। - कई प्लॉट ड्रा करना, जो ओवरलेड हैं। - वैयक्तिक प्लॉट्स पर कार्य। - फिगर कमांड का उपयोग करना। - कई ओवरलेड प्लॉट्स के बीच भेद। - legend कमांड का उपयोग करना। - समरूपी प्लॉट का चयन करने के लिए प्लॉट की क्रम संख्या। - प्लॉट के मध्य स्विच करना। - वैयक्तिक प्लॉट्स सेव करना।
Show video info
Pre-requisite