you could try moving plot axis scale like this
plot->setAxisScale(QwtPlot::xBottom,from,to);
where from is x start value and to is de x end value
you could try moving plot axis scale like this
plot->setAxisScale(QwtPlot::xBottom,from,to);
where from is x start value and to is de x end value
Bookmarks