Ticks on all axes? etc.

Stephen Bailey (bailey@physics.harvard.edu)
Fri, 28 Aug 1998 21:23:15 -0400 (EDT)


Hi. Here are a collection of small and (hopefully) simple
things that I haven't been able to figure out how to do
in ROOT. Help would be appreciated. Thanks in advance.

Stephen

* How do I get ticks on all 4 axes for a plot?
* How can I make that the default? (It doesn't appear to be an
option in TStyle.)
* How do I set the default font for the label/title in the upper
left corner of a plot?
* How do I set the default font for the stats box?
* Is there a list of which font codes correspond to which fonts?
* How about for colors?
* How do I export a PS file as portrait rather than landscape?
* Is it possible to automatically cd from one pad to the next
when making a series of plots, rather than having to explicitly
c1_1->cd(), etc. in between? e.g. how it works with PAW's
'zone 2 2' followed by plotting 4 histograms.

Thanks...