CBSE Class 12 Informatics Practices Question 76 of 147

Plotting with Pyplot — Question 8

Back to all questions
8
Question

Question 8

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

Answer

True

Reason — The barh() function in Matplotlib's Pyplot library is used to create horizontal bar charts.