bug fix for pdf x axis range
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.