Hi guys,
I'm using a logarithmic scale defined by this function

Qt Code:
  1. setAxisScaleEngine(xBottom, new QwtLog10ScaleEngine);
To copy to clipboard, switch view to plain text mode 

but this can't regroup the values in the axis like this example:



any idea how to do this ?