TGraph SetTitle

From: Glen R. Salo (salo@coax.net)
Date: Fri Oct 22 1999 - 04:53:55 MEST


The pull down option SetTitle in TGraph does not work.  I added the following
method to G_Graph.cxx which fixes the problem.  Is this the correct approach?


Add the following to G_Graph.cxx:

//______________________________________________________________________________
void TGraph::SetTitle(Text_t* title)
{
  fTitle = title;
  if (fHistogram) fHistogram->SetTitle(title);
}


Add to TGraph.h under public:

  virtual void    SetTitle(Text_t* title); // *MENU*



Glen



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:41 MET