This plot has been taking me forever and I think I am getting further. The np.hist function returns a tuple, i transform the tuple into a pandas data frame and calculate percentages. The pandas matplotlib functionality sucks, but I'm not sure how to specify anything in a matplotlib histogram. How does matplotlib make sense of what is x and y from a np array? How can i specify a specific bin's width?
This plot has been taking me forever and I think I am getting further. The np.hist function returns a tuple, i transform the tuple into a pandas data frame and calculate percentages. The pandas matplotlib functionality sucks, but I'm not sure how to specify anything in a matplotlib histogram. How does matplotlib make sense of what is x and y from a np array? How can i specify a specific bin's width?