CBSE Class 12 Informatics Practices Question 67 of 147

Plotting with Pyplot — Question 32

Back to all questions
32
Question

Question 32

Which function creates a box plot ?

  1. box()
  2. plot()
  3. boxplot()
  4. showbox()
Answer

boxplot()

Reason — The boxplot() function is used to create box plots in Matplotlib.