Re: [ROOT] TGaxis Font

From: Rene Brun (Rene.Brun@cern.ch)
Date: Fri Aug 23 2002 - 15:28:04 MEST


Hi Claire,

Replace
     VerticalAxis->SetTextFont(22);
by
     VerticalAxis->SetLabelFont(22);

Rene Brun

On Fri, 23 Aug 2002, Claire Gwenlan wrote:

> 
> Hi,
> 
> Is it actually possible to change the text font (and size) in TGaxis. I've
> created an axis, but would like the font in times-bold and I can't seem to
> get it to work. So, I have, for example...
> 
> 
> blah blah.....
> 
>     TGaxis *VerticalAxis = new 
>  TGaxis(Data[i]->GetBinCenter(1)-0.5*Data[i]->GetBinWidth(1),log10(Data[i]->GetMinimum()),
>          Data[i]->GetBinCenter(1)-0.5*Data[i]->GetBinWidth(1),
>  log10(Data[i]->GetMaximum()),Data[i]->GetMinimum(),Data[i]->GetMaximum(),50510,"G"); 
>     VerticalAxis->SetName("VerticalAxis"); 
>     VerticalAxis->SetLineColor(kRed); 
>     VerticalAxis->SetTextColor(kRed); 
>     VerticalAxis->SetTextFont(22); 
>     VerticalAxis->SetTextSize(0.1); 
> 
>     VerticalAxis->Draw(); 
> 
> blah blah....
> 
> 
> and I get the attached plot, so nothing about the font ever seems to
> change.
> 
> Cheers,
> 
> Claire
> 



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:05 MET