hi,
there is a problem with changing the title of temp 2d histograms. i
like to use htemp because it draws as a pure scatter-plot, instead of
showing blocks for each bin (plus it is easier!)
--chris
root v3.05.03
TNtuple n("n","n","a:b");
n->Fill(1,2);
n->Fill(2,2);
n->Draw("a>>h1");
h1->SetTitle("h1"); // works fine
n->Draw("a:b>>h2");
h2->SetTitle("h2"); // ???
This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:11 MET