Hello,
I also had similar problems with the QwtPolar::Radius scale steps.
The solution : disabling the auto-scaling attribute of the QwtPolarGrid :
... .setGridAttribute( QwtPolarGrid::AutoScaling, false );
Hello,
I also had similar problems with the QwtPolar::Radius scale steps.
The solution : disabling the auto-scaling attribute of the QwtPolarGrid :
... .setGridAttribute( QwtPolarGrid::AutoScaling, false );
Bookmarks