Informatics Practices
Which function is used to create a histogram ?
- histo()
- histogram()
- hist()
- histtype
PyPlot
3 Likes
Answer
hist()
Reason — The hist() function is used to create a histogram.
Answered By
1 Like
Related Questions
Which function is used to show legends ?
- display()
- show()
- legend()
- legends()
Which argument must be set with plotting functions for legend() to display the legends ?
- data
- label
- name
- sequence
Which argument in hist() is used to create a stacked bar type histogram ?
- histt
- histtype
- type
- barstacked
Which of the following functions can plot only one data series ?
- plot()
- bar()
- boxplot()
- pie()