Skip to content

bug fix for pdf x axis range

Oleksandr Zenaiev requested to merge cbdiff-2.2 into test_ceres

Changes from this commit 9834fce8 does not work for me (ROOT 5.34/36): determined xmin = 0.0 and xmax > 1 using TAxis::GetXmin(), TAxis::GetXmax(). Therefore I tried to do a solution which determines xmin, xmax in the old way (using graph->GetX()) only if they are problematic.

Merge request reports

Loading