Informatics Practices

Which function is used to create a histogram ?

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

PyPlot

1 Like

Answer

hist()

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

Answered By

1 Like


Related Questions