Re: [ROOT] gStyle bug?

From: Rene Brun (Rene.Brun@cern.ch)
Date: Tue Mar 18 2003 - 21:26:08 MET


Hi Nicolas,

I have fixed this problem in CVS.
With the version 3.05/03, the workaround is to call
  gStyle=0;
before creating your new style.

Thanks for reporting this problem.

Rene Brun

On Tue, 18 Mar 2003, 
Nicolas de Sereville 
wrote:

> Hi rooters,
> 
> With the new root version (3.05.03) on  RH7.2, when I try to use a defined style and to plot an histogram after, I cannot
> see the x and y axis. Everything was OK with previous versions (3.04.02 and 3.05.02).
> 
> The following commands will show that:
> 
> root [0] TStyle *article = new TStyle("article", "pour figures d'articles");
> root [1] gROOT->SetStyle("article")
> root [2] TH1F *h = new TH1F("h", "h", 100, 0, 100)
> root [3] h->Draw()
> 
> Does anybody noticed that?
> 
> Thanks,
> Nicolas
> 
>  -- 
> :-------------------------------:
> :     Nicolas de SEREVILLE      :
> :         C.S.N.S.M.            :
> :        Batiment 104           :
> :     91405 ORSAY Campus        :
> : Tel : (+ 33) (0)1 69 15 52 29 :
> : Fax : (+ 33) (0)1 69 15 50 08 :
> :-------------------------------:
> 
> 



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:10 MET