Compare several histograms with TRatioPlot

Hi @couet
thanks for the feedback, it is useful!
I guess I am also missing another piece of info: I also want to retrieve the histograms so that I can plot them on the (top and bottom) canvases. Let me give you an example:

ratio1 = TRatioPlot(h1,h0)
ratio2 = TRatioPlot(h2,h0)

In the end I’d like to have h0, h1 and h2 displayed on the top canvas and h1/h0 and h2/h0 displayed on the bottom canvas.

Thanks!
Francesco