Skip to content

TProfile autorange

Alexander Gavriliuk requested to merge TProfile_autorange into master

Release notes

Allow automatic selection of a sensible range for Y-axis in TProfile plots.

Details

TProfile plots often suffer from a few points with too large uncertainties. It make no sense to show them on a plot, destroying discernibility of "good" points. To filter bad points a distribution of 95% of points with lowest error are taken, and to determine Y axis range, the points with uncertainty larger than mean+3σ of the distribution are ignored.

Edited by Alexander Gavriliuk

Merge request reports