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