log scale

Wolfgang Korsch (wkorsch@server1.pa.uky.edu)
Tue, 13 May 1997 14:56:54 -0600


Hi,

I have data which span a range from 1e-6 to 1e-1 (in x) and
I would like to display them on a log scale (in x).
The command "ntuple->SetLogx(1);" does only display from 1e-5 to
1e-2, also filling a (2d) hist doesn't seem to help.
How can I set my x-axis from 1e-6 to 1e-1 ?

Wolfgang