How to plot data points that are outside of the axis limits, but whose errors are within?

Hi,

If you for instance have a TH1F and you do histo.GetYaxis().SetRangeUser(0, 1), but you have a data point that is for example 1.5+/-1, the data point and the error bars will not render, since the data point is not visible, even though the error bar should be visible.

How can the axis limits be set so that error bars that should be visible with datapoints that are outside the range, are visible?

do:

hist->Draw("E0");

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.