Informatics Practices
The bar() function can also create horizontal bar charts.
PyPlot
3 Likes
Answer
False
Reason — The bar() function in Matplotlib's Pyplot library can create vertical bar charts, while the barh() function creates horizontal bar charts.
Answered By
2 Likes
Related Questions
A standard marker of representing a non-number data in Python libraries is NaN.
If the linestyle argument is missing along with markerstyle-string in a plot(), a scatter type chart get created.
The pie() function can plot multiple data series.
The plot is always as per the data series being plotted irrespective of the xlim().