[ROOT] 2d histogram titles

From: Chris Crawford (chris2@lns.mit.edu)
Date: Fri Apr 25 2003 - 17:32:18 MEST


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