Display labels for minor ticks (in log scale)
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!
Re: Display labels for minor ticks (in log scale)
Quote:
Originally Posted by
cr7tiano
I would like to ask how can I display the labels for minor ticks?
You can't - if you want to have tick labels you need to make them major ticks.
Uwe