By default, pie chart is printed in elliptical or oval shape.
2 Likes
True
Reason — By default, a pie chart is printed in an elliptical or oval shape.
Answered By
1 Like
PyPlot is a sub-library of matplotlib library.
Statement import pyplot.matplotlib is a valid statement for working on pyplot functions.
The default shape of pie chart cannot be changed from oval.
A line chart can be plotted using pyplot library's line() function.