Dear experts,
I need to plot just the error bars from the histogram, without piloting the histogram. There is a way to do this?.
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
You will find more details about all the “E options” here.