Re: [ROOT] SetFillStyle(3007) seems not to work

From: Olivier Couet (couet@mail.cern.ch)
Date: Thu Aug 19 2004 - 15:25:42 MEST


Hi Bernd,

 Can you send a small example reproducing the problem ?

 Cheers,       Olivier


On Thu, 19 Aug 2004, Bernd Reinhold wrote:

> Hi!
> 
> The following codelines are part of a compiled c++-program.
> 7 histograms are drawn into the same canvas. One of the last is h1:
> These three lines work, and eventually the setfillstyle0.eps is generated
> TFile F=new (...);
> TH1D *h1=(TH1D*)F->Get("b");
> h1->SetFillStyle(0);
> 
> However the following doesn't work, see setfillstyle3007.eps:
> TFile F=new (...);
> TH1D *h1=(TH1D*)F->Get("b");
> h1->SetFillStyle(3007);
> 
> You're help is very much appreciated.
> 
> Thanks, Bernd.
> 
> 
> 
> 

-- 
Org:    CERN - European Laboratory for Particle Physics.
Mail:   1211 Geneve 23 - Switzerland                     Mailbox: J25910      
E-Mail: Olivier.Couet@cern.ch                            Phone:   +41 22 7676522
WWW:    http://cern.ch/Olivier.Couet/                    Fax:     +41 22 7677155



This archive was generated by hypermail 2b29 : Sun Jan 02 2005 - 05:50:09 MET