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