Hello Uwe,

I am trying to convert my code to use the new Qwt trunk, and I noticed the changes to QwtScaleTransform. I used to do something like this:

QwtScaleTransformation *qse = qwtplot->axisScaleEngine (axisId)->transformation ();
bool axisLog = ((int) (qse->type ()) == 1);

Is there something equivalent that I can do now to determine if an axis is log scaled?

Thanks,
Joey