The pie() function can plot multiple data series.
1 Like
False
Reason — The pie() function in Matplotlib's Pyplot module can plot only one data series.
pie()
Answered By
If the linestyle argument is missing along with markerstyle-string in a plot(), a scatter type chart get created.
The bar() function can also create horizontal bar charts.
The plot is always as per the data series being plotted irrespective of the xlim().
Frequency polygon is created from histogram.