Expected type-specifier before 'QwtLog10ScaleEngine'?

前端 未结 1 458
逝去的感伤
逝去的感伤 2021-01-28 16:08

Version: qwt 6.0.1 I\'ve tried to develop logarithmic scaling for Spectrum. I\'ve used simple line to enable scaling plotspectrum->setAxisScaleEngine(QwtPlot::yLeft, new QwtLog1

相关标签:
1条回答
  • 2021-01-28 16:31

    I think you should be using:

    new QwtLogScaleEngine(10)
    

    The manual for QwtScaleEngine doesn't show any classes called QwtLog10ScaleEngine.

    0 讨论(0)
提交回复
热议问题