[ROOT] gStyle bug?

From: Nicolas de Sereville (deserevi@csnsm.in2p3.fr)
Date: Tue Mar 18 2003 - 19:53:30 MET






  


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