Dear experts,
I am plotting sWeighted data over a variable width binning, and when comparing the same data over two different binnings the unchanged bins have different entries (also the last bin should be the sum of the ones it replaced, not the average?). See plot below.
I use no options when plotting aside from the binnig
data_sig->plotOn(framemmm2, Binning(mybins));
It looks like the plot is being renormalized to some sort of integral?
Many thanks for any hint on what could be the problem.
cheers, Francesco