Re: [ROOT] TGaxis Font

From: Fabrizio Pierella (Fabrizio.Pierella@cern.ch)
Date: Fri Aug 23 2002 - 17:09:22 MEST


 ....and :)
"SetTextSize(0.1);" with "SetLabelSize(0.1);"
"SetTextColor(kRed);" with "SetLabelColor(kRed);"

http://root.cern.ch/root/htmldoc/TGaxis.html

                                    Fabrizio

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