Informatics Practices
Which of the following function will create a vertical bar chart ?
- plot()
- bar()
- plotbar()
- barh()
PyPlot
1 Like
Answer
bar()
Reason — The bar() function will create a vertical bar chart.
Answered By
2 Likes
Related Questions
Which of the following functions is used to create a line chart ?
- line()
- plot()
- chart()
- plotline()
Which of the following function will produce a bar chart ?
- plot()
- bar()
- plotbar()
- barh()
Which of the following function will create a horizontal bar chart ?
- plot()
- bar()
- plotbar()
- barh()
To specify the style of line as dashed, which argument of plot() needs to be set ?
- line
- width
- style
- linestyle