Is there a way to plot a histogram with given bin widths with Mathplotlib?
I have two lists given.
One, named “bin_edge”, represents the lower and upper borders of 24 bins by 25 values. The second, named “counts”, represents the according counts (=values) of each bin.