I would like to create a box plot from some pre-counted data (a histogram, essentially). Is it possible to do this in Python?
I am using matplotlib and I noticed that the boxplot function does not have something similar to the weights parameter of the hist function.