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

From: Dimitris Sideris (d.sideris@ic.ac.uk)
Date: Mon May 20 2002 - 15:35:19 MEST


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