Re: [ROOT] Log scale

From: Vu Anh Tuan (vuanh@lal.in2p3.fr)
Date: Tue Nov 26 2002 - 12:33:43 MET


Hi Rene,

Well I can try interactively as you said. I click on TCanvas::SetLogy
option, it works. But in a macro with TCanvas I'm not really successful.

Here is a simple code. May you show modify it? :)

TCanvas c1;

c1.Divide(2,1);

c1.cd(1)
c1.SetLogy();
h1->Draw();

//likewise for c1.cd(2)

Thanks a lot,

Tuan



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:21 MET