Histogram Matplotlib
Asked 07 September, 2021
Viewed 1K times
  • 48
Votes

So I have a little problem. I have a data set in scipy that is already in the histogram format, so I have the center of the bins and the number of events per bin. How can I now plot is as a histogram. I tried just doing

bins, n=hist()

but it didn't like that. Any recommendations?

7 Answer