CBSE Class 12 Informatics Practices Question 73 of 147

Plotting with Pyplot — Question 5

Back to all questions
5
Question

Question 5

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

Answer

False

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