CBSE Class 12 Informatics Practices Question 74 of 147

Plotting with Pyplot — Question 6

Back to all questions
6
Question

Question 6

A line chart can be plotted using pyplot library's plot() function.

Answer

True

Reason — In Matplotlib's Pyplot library, the function used to plot a line chart is plot().