CBSE Class 12 Informatics Practices Question 75 of 147

Plotting with Pyplot — Question 7

Back to all questions
7
Question

Question 7

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

Answer

True

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