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)
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?