How can I show the stat box?


ROOT Version: 6.30
Platform: win10
Compiler: vs c++


How can I show the stat box?

Try

gStyle->SetOptStat("emr");

It’s not shown also.

The way proposed by @yus is the general setting affecting all histograms, but there is a more strict level setting the option for a given histogram. May be your histogram has its stats “off”. try yourhisto->SetStats(1);

1 Like

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