Advertisements
Advertisements
प्रश्न
Select code to plot a line chart using the given LIST:
import matplotlib. pyplot as PLINE
LIST = [10, 20, 30, 40, 50, 60]
विकल्प
plt.plot(LIST)
PLINE.line(LIST)
PLINE.plot(LIST)
LIST.plot(PLINE)
MCQ
उत्तर
PLINE.plot(LIST)
shaalaa.com
The Pandas Plot Function (Pandas Visualisation)
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?