CBSE Class 12 Informatics Practices Question 77 of 147

Plotting with Pyplot — Question 9

Back to all questions
9
Question

Question 9

It is not possible to plot multiple series of values in the same bar graph.

Answer

False

Reason — It is possible to plot multiple series of values in the same bar graph using Matplotlib's Pyplot library because the bar() and barh() functions support handling multiple datasets.