DrawFrame, title size for the general title

From: Nevzat Guler <nguler_at_jlab.org>
Date: Wed, 10 Oct 2007 06:26:09 -0400 (EDT)

	Hello,
	I am doing the following:

      sprintf(title, " AAAAAA  ");
      TH1 *frame1 = c1->DrawFrame(wrmin,-1.0,wrmax,1.0);

      frame1->SetTitle(title);
      frame1->GetXaxis()->SetTitle("W(GeV)");
      frame1->GetXaxis()->CenterTitle();
      frame1->GetYaxis()->SetTitle("A1 electron");
      frame1->GetYaxis()->CenterTitle();
      frame1->GetYaxis()->SetTitleOffset(1.2);
      frame1->GetYaxis()->SetLabelSize(0.03);
      frame1->GetXaxis()->SetLabelSize(0.03);

I want to increase the title size of this (the size of AAAAA ) But frame1->SetTitleSize(1.1); does not seem to have any effect. How can I do this..
Thank you very much..

                                Nevzat Guler Received on Wed Oct 10 2007 - 12:26:30 CEST

This archive was generated by hypermail 2.2.0 : Wed Oct 10 2007 - 17:50:01 CEST