CBSE Class 12 Informatics Practices Question 68 of 147

Plotting with Pyplot — Question 33

Back to all questions
33
Question

Question 33

Which argument of boxplot() is used to create a filled boxplot ?

  1. fill
  2. box
  3. patch_artist
  4. patch
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.