Vertical axis title orientation

From: Stephen Bailey (bailey@physics.harvard.edu)
Date: Sat Dec 11 1999 - 00:34:19 MET


Hi.

For some reason ROOT v2.23/09 on my Linux machine thinks I
want my vertical axis titles to be oriented horizontally.  e.g.

  TH1S* h1 = new TH1S("h1", "BsMass", 60, 5.0, 5.6);
  h1->SetYTitle("Events");
  h1->Draw();

Draws the "Events" title horizonally and mostly off the canvas.
The exact same commands on ROOT v2.22/06 product what I want:
the "Events" title printed vertically and on the canvas.

I have not been able to find a way to set the default orientation
of the vertical axis, or even change it at all.  Can anyone tell
me how to get my vertical axis titles printed vertically again?

Thanks.

Stephen



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:44 MET