Informatics Practices

Which function creates a box plot ?

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

PyPlot

1 Like

Answer

boxplot()

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

Answered By

2 Likes


Related Questions