I can make a fit with the residual plot (notice that the macro produces many plots, but the plot whose I’m writing about is made by code at lines 1356-1413…i.e. the TCanvasa c19).
As you can see, the y-axis of the residual plot has values too crowded and overlapping among them. Is it possible writing a lower number of values? For exampl currently the step is 0.2…is it possible to have a step 0.4? I.e. 0-0.4-0.8 etc??
2.There are values out of the scale…how can I enlarge the scale?I wrote rp->GetLowerRefYaxis()->SetRange(-2.,2.);
but it doesn’t work