Hmm, it seems you override the original replot.
Maybe closing the auto replot works:
Qt Code:
  1. DataPlot::DataPlot(QWidget *parent): QwtPlot(parent)
  2. {
  3. setAutoReplot(false);
To copy to clipboard, switch view to plain text mode 
or try to not override replot.


Hüseyin