Informatics Practices
A visual representation of the statistical five number summary of a given dataset is known as …………… .
- histogram
- frequency distribution
- box plot
- frequency polygon
PyPlot
2 Likes
Answer
box plot
Reason — A box plot provides a visual representation of the statistical five-number summary of a given dataset. It includes the highest and lowest numbers, the median, and the upper and lower quartiles.
Answered By
1 Like
Related Questions
The plot which tells the correlation between two variables which may not be directly related is …………… graph/chart.
- line
- scatter
- bar
- pie
A …………… is a summarization tool for discrete or continuous data.
- quartile
- histogram
- mean
- median
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()