Hi ,

I'm plotting a curve in log scale. I would like to label those minor ticks in between 10 and 100, e.g. 20, 30, 50...

I would like to ask how can I display the labels for minor ticks?
I just found function to show the minor ticks:
setAxisMaxMinor( QwtPlot::xBottom, 9 );

Is there any function frow qwt to do that?

Any help is welcomed. Thanks a lot!