Log scale labels visibility while zooming

Hi
I want to know is there any way to see the labels when a log scale is zoomed

atlasdqm.cern.ch:8080/webdisplay … phi1Barrel .

See the above link . When the log scale is zoomed then only tick marks are visible . Itwould be much better if atleast one point is visible . Does any one has any clue how to do it . A similar question was asked 7 years ago . I some how was not fully able to understand the Here is the link for that thread

Try:
h->GetYaxis()->SetMoreLogLabels();

Thanxs for your reply . But is there any way we can use the log scale without using TCanvas . I think we cannot . But is there any way ???

Hi,

you mean how to switch an axis to log programmatically instead of interactively? E.g. gPad->SetLogY() will do.

Cheers, Axel.

Hi Axel
Thank you very much . It worked perfectly for me :smiley:

Sircar