[ROOT] TProfile in TLegend

From: Allister Levi Sanchez (allister@hep.sc.niigata-u.ac.jp)
Date: Fri Jun 29 2001 - 11:56:45 MEST


Hello ROOTers,

Is it possible to add a TProfile entry into TLegend so that I can do, say,

TProfile *prof = new TProfile(......);
...
legend = new TLegend(0.6,0.6,0.9,0.9);
legend->SetHeader("header");
legend->AddEntry(prof,"entry label","p");
legend->Draw();

I can't seem to pull it off.  I'm using ROOT 3.00/02 on RedHat Linux 6.2.

Thanks,

Allister Levi Sanchez



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