Hallo,

i am new to qwt. I want to draw a special scale for an axis.
For example, y_new=log(log(y));
By using setAxisScaleDiv(QwtPlot::yLeft,scdiv ); i have set the scale as i wish,
but in the plot i still want to show y instead of y_new as label. Could someone give me some suggestions? Thanks a lot.