CBSE Class 12 Informatics Practices Question 62 of 147

Plotting with Pyplot — Question 27

Back to all questions
27
Question

Question 27

Which function is used to create a histogram ?

  1. histo()
  2. histogram()
  3. hist()
  4. histtype
Answer

hist()

Reason — The hist() function is used to create a histogram.