Informatics Practices
Which argument of boxplot() is used to create a filled boxplot ?
- fill
- box
- patch_artist
- patch
PyPlot
2 Likes
Answer
patch_artist
Reason — The patch_artist argument in the boxplot() function is used to create a filled box plot. When set to True, it fills the boxes of the box plot with a color, making them more visually distinct.
Answered By
3 Likes
Related Questions
Which argument should be set to display percentage share of each pie on a pie chart ?
- label
- autopct
- explode
- wedge
Which function creates a box plot ?
- box()
- plot()
- boxplot()
- showbox()
Fill in the blanks:
A _________ is a plot that shows the underlying frequency distribution of a set of continuous data.
Fill in the blanks:
Pyplot interface is a collection of methods within _________ library of Python.