RE: [ROOT] hist drawing question (fwd)

From: Philippe Canal (pcanal@fnal.gov)
Date: Tue Apr 17 2001 - 21:22:32 MEST


Hi,

This problem has been fixed in more recent version of ROOT.

Philippe.

-----Original Message-----
From: owner-roottalk@pcroot.cern.ch
[mailto:owner-roottalk@pcroot.cern.ch]On Behalf Of Hongquan Niu
Sent: Tuesday, April 17, 2001 1:35 PM
To: roottalk@pcroot.cern.ch
Subject: [ROOT] hist drawing question (fwd)


Hi rooters,

I am using root version 2.26/00.

I have a normal TH1F hist hctaudis. I created another one
hct by calculate some function and then I do

hct->SetBinContent(i,xx);

for each bin. xx is a float. At last I also did

hct->SetEntries(number);

Now I want to overlay the two hist in one plot when
y axis is in log mode(in linear mode it works)

If I do

hctaudis->Draw();
hct->Draw("Csame");

it is fine.

If I do

hctaudis->Draw("e1p");
hct->Draw("Csame");

hct will never show up.

Does any one can help me out this problem?

Thanks,

Hongquan



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:43 MET