Re: [ROOT] Y-axis title orientation again...

From: Rene Brun (Rene.Brun@cern.ch)
Date: Mon May 20 2002 - 17:26:59 MEST


Hi Dimitris,

I cannot reproduce your problem.
Which version/OS are you using ?
You should get horizonthal Y titles only if the font precision is 1,
eg with font 61, but font 62 should be OK.

Anybody else seeing this problem?

Rene Brun


On Mon, 20 May 2002, Dimitris Sideris wrote:

> Hi, I', declaring a TGraph *graph then I draw it, but the Y-title orientation is horizontal. What am I doing wrong? 
> 
> 
> graph->Draw((LPCTSTR) opt);
>  graph->GetYaxis()->SetTitleFont(62);
> 
>  graph->GetXaxis()->SetTitle("#lambda(nm)"); //668k
>  graph->GetYaxis()->SetTitle("Irradiance (W m^{-2} nm^{-1}");
> 
>  graph->GetXaxis()->SetTitleOffset(1.2);
>  graph->GetYaxis()->SetTitleOffset(1.2);
> 
> 



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