Informatics Practices

Which function is used to create a histogram ?

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

PyPlot

3 Likes

Answer

hist()

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

Answered By

3 Likes


Related Questions