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