Informatics Practices
Which function creates a box plot ?
- box()
- plot()
- boxplot()
- showbox()
PyPlot
3 Likes
Answer
boxplot()
Reason — The boxplot() function is used to create box plots in Matplotlib.
Answered By
3 Likes
Related Questions
Which argument must be provided to create wedges out of a pie chart ?
- label
- autopct
- explode
- wedge
Which argument should be set to display percentage share of each pie on a pie chart ?
- label
- autopct
- explode
- wedge
Which argument of boxplot() is used to create a filled boxplot ?
- fill
- box
- patch_artist
- patch
Fill in the blanks:
A _________ is a plot that shows the underlying frequency distribution of a set of continuous data.