Re: TH1 axis look

Rene Brun (Rene.Brun@cern.ch)
Mon, 16 Feb 1998 15:12:37 +0100


Laurent Aphecetche wrote:
>
> Hi, Rooters,
>
> Having an 1d histogram with counts on y-axis ranging from 0 to 60000 for
> example, how can I
> tell root to label the axis from 0 to 6 with a global factor of 1e4
> (without using log scale) ?

This is not possible with the current version. The axis specs
are generated automatically.
One could imagine to support a function in TStyle to specify
the values above/below which to use the scale factor.
One could also imagine to have an additional attribute in TAxis
or TAttAxis in such a way that this parameter could be controlled
for a given histogram.

Rene Brun