I am using qwt 6.1.0. I tried:
linEngine = new QwtLinearScaleEngine;
logEngine = new QwtLogScaleEngine;
these codes to make my axis logarithmic and linear. But I want to use them together for example;
1 - 10 ---> in this interval must be linear
10 - 10000 ---> in this interval must be logarithmic
is that possible?