Hello,
I have a problem with QwtPlotZoomer. After i load data in the QwtPlot, i change the scales:
setAxisScale
(QwtPlot::yLeft,MinData,MaxData
);
replot();
setAxisScale(QwtPlot::yLeft,MinData,MaxData);
replot();
To copy to clipboard, switch view to plain text mode
Then, I try to change the "ZoomBase":
d_zoomer->setZoomBase(d_plot->canvas()->rect());
d_zoomer->setZoomBase(d_plot->canvas()->rect());
To copy to clipboard, switch view to plain text mode
But it does not change according to the new scales. Please, tell me if i am using well the method "ZoomBase"
Thanks in advance!
I am using Qwt6.0rc5
Bookmarks