A line chart can be plotted using pyplot library's plot() function.
1 Like
True
Reason — In Matplotlib's Pyplot library, the function used to plot a line chart is plot().
plot()
Answered By
2 Likes
The default shape of pie chart cannot be changed from oval.
A line chart can be plotted using pyplot library's line() function.
A bar chart can be plotted using pyplot library's bar() function.
A bar chart can be plotted using pyplot library's barh() function.