Informatics Practices
Which of the following function will create a horizontal bar chart ?
- plot()
- bar()
- plotbar()
- barh()
PyPlot
1 Like
Answer
barh()
Reason — The barh() function will create a horizontal bar chart.
Answered By
2 Likes
Related Questions
Which of the following function will produce a bar chart ?
- plot()
- bar()
- plotbar()
- barh()
Which of the following function will create a vertical 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
The data points plotted on a graph are called …………… .
- points
- pointers
- marks
- markers