RooPlot y-Axis label: How to control binsize?

Hi all,

I have a RooPlot where the ratio of the range and the binning is unfortunate. As a result, I get an y axis label like this: Events/(0.00583957495743 GeV).

Is there a way to round this to say 2 significant digits?

  • Moritz

Hi Moritz,

Good point. I’ll take care of this in the next release.

Meanwhile you can of course fix the label by hand using
RooPlot::SetYTitle()

Wouter

Ok, thanks!