Informatics Practices
Which of the following function will produce a bar chart ?
- plot()
- bar()
- plotbar()
- barh()
PyPlot
3 Likes
Answer
bar(), barh()
Reason — With Pyplot, a bar chart is created using bar() and barh() functions.
Answered By
3 Likes
Related Questions
A visual representation of the statistical five number summary of a given dataset is known as …………… .
- histogram
- frequency distribution
- box plot
- frequency polygon
Which of the following functions is used to create a line chart ?
- line()
- plot()
- chart()
- plotline()
Which of the following function will create a vertical bar chart ?
- plot()
- bar()
- plotbar()
- barh()
Which of the following function will create a horizontal bar chart ?
- plot()
- bar()
- plotbar()
- barh()