Ploting just the error bar, without the histogram

Dear experts,

I need to plot just the error bars from the histogram, without piloting the histogram. There is a way to do this?.

Hi,
Use hist->Draw("E") .
See ROOT: THistPainter Class Reference

Lorenzo

1 Like

You will find more details about all the “E options” here.

1 Like