CBSE Class 12 Informatics Practices
Question 64 of 147
Plotting with Pyplot — Question 29
Back to all questionspie()
Reason — The pie() function in Matplotlib's Pyplot module can plot only one data series. On the other hand, functions like plot(), bar(), and boxplot() can plot multiple data series in a single chart.