Re: [ROOT] no stat box

From: Rene Brun (Rene.Brun@cern.ch)
Date: Thu Oct 05 2000 - 22:53:50 MEST


Hello Art,
gStyle->SetOptStat(0);
is sufficient to get rid of the stats box. You do not need
to call gROOT->ForceStyle();

Rene Brun

On Thu, 5 Oct 2000, Art Poskanzer wrote:

> I would have thought that one could get rid of the stat box with
> a command
> 
>   gStyle->SetOptStat(0);
> 
> followed by
> 
>   gROOT->ForceStyle();
> 
> but it seems that one has to do it on the histogram object with
> 
>   hist->SetStats(FALSE);
> 
> Is there a way to do it in TStyle?
> 
> I am using version 2.25/01.
> 
> Art Poskanzer
> 
> 
> 



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:34 MET