[ROOT] <TGX11TTF::SetColor>

From: pawan@rcf.rhic.bnl.gov
Date: Mon Sep 20 2004 - 10:12:05 MEST


Hi ROOTers

I am drawing some set of histograms (1D) and using the color
option (more color) to color them.
After that I save that canvas as a .root file.

Then when I open that root file like this

<root> TFile f("filename.root","r")
<root> f.ls()
<root> TFile**  inc_minbias_allcent.root
       TFile*   inc_minbias_allcent.root
       KEY: TCanvas  c1;1    c1
<root> c1->Draw();

when I draw them again  the it gave these error messages:
Warning in <TGX11TTF::SetColor>: color with index 235 not defined
Warning in <TGX11TTF::SetColor>: color with index 233 not defined
Warning in <TGX11TTF::SetColor>: color with index 229 not defined
Warning in <TGX11TTF::SetColor>: color with index 230 not defined
Warning in <TGX11TTF::SetColor>: color with index 232 not defined
Warning in <TGX11TTF::SetColor>: color with index 236 not defined
Warning in <TGX11TTF::SetColor>: color with index 233 not defined
Warning in <TGX11TTF::SetColor>: color with index 229 not defined
Warning in <TGX11TTF::SetColor>: color with index 230 not defined
Warning in <TGX11TTF::SetColor>: color with index 232 not defined
Warning in <TGX11TTF::SetColor>: color with index 235 not defined

and in the canvas I dont see those colors

I am using Version   4.00/08 of root

Any help??

Regards
Pawan



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