TStyle issues

Scott Wakely (wakely@mnhepw.hep.umn.edu)
Fri, 15 Jan 1999 22:44:53 -0600 (CST)


Hi Rooters.

The use of TStyle to simplify plot appearance is great. I wonder if it
might be extended even further to include the values used in these
functions:

TPad::SetTicks() //put axis ticks wherever
TPad::SetGrid() //turn grids on/off
TPave::SetBorderSize() //Set Shadow size on title and stat boxes

any others?

In general, I am looking for a way to generate very simple (no shadows,
no bevels) plots. Anything more elaborate than a default PAW-like
output is considered too fancy around here.

Also I notice that the Plain style does not set:
gStyle->SetFrameBorderMode(0)

without which, I get a funny bevel look to my frames.

On a related note, TGraph axes are drawn using the services of TH1,
correct? Is this a temporary measure or the final solution?

Regards,
Scott