CBSE Class 12 Informatics Practices Question 81 of 147

Plotting with Pyplot — Question 13

Back to all questions
13
Question

Question 13

The pie() function can plot multiple data series.

Answer

False

Reason — The pie() function in Matplotlib's Pyplot module can plot only one data series.