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.
This archive was generated by hypermail 2b29 : Sun Jan 02 2005 - 05:50:09 MET