Advertisements
Advertisements
Question
Select code to plot a line chart using the given LIST:
import matplotlib. pyplot as PLINE
LIST = [10, 20, 30, 40, 50, 60]
Options
plt.plot(LIST)
PLINE.line(LIST)
PLINE.plot(LIST)
LIST.plot(PLINE)
MCQ
Solution
PLINE.plot(LIST)
shaalaa.com
The Pandas Plot Function (Pandas Visualisation)
Is there an error in this question or solution?