A bar chart can be plotted using pyplot library's bar() function.
1 Like
True
Reason — In Matplotlib's Pyplot library, the function used to plot a bar chart is bar().
bar()
Answered By
2 Likes
A line chart can be plotted using pyplot library's line() function.
A line chart can be plotted using pyplot library's plot() function.
A bar chart can be plotted using pyplot library's barh() function.
It is not possible to plot multiple series of values in the same bar graph.