How to make a simple error on histogram?

I have first picture, i want second picture. How to do this without TBrowser?


Please read tips for efficient and successful posting and posting code

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


That’s the “HIST” versus the “E” draw options.

You can set the default draw option using something like:
your_histo->SetOption("E");

And without Draw function. Can i change TH1 Object?

SetOption(“E”) - Yes, this is what I was looking for, thanks :slightly_smiling_face:

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