Minor ticks in log scale

Dear Root supporters,

I would like to add minor ticks in log scale like the one made by ORIGIN in the attachment.

The problem is that the axis only from 100 to 600, and I need to show ticks at 110, 120,130, … 190, 200, 210, …590.

How should I do that ?

Thanks ahead for your help,
Mingshui




The only thing you can do is:

h->GetXaxis()->SetMoreLogLabels();

But I am not sure it will really help for this case.

Hi,

The plot shown in the attachment without minor ticks in ROOT
is with the option you mentioned.
Without that option, it will show less labels.

Best,
Mingshui

OK, there is nothing else.