Please describe your plot composition and all elements that you have on this plot.
If plot have big amount of elements or spectrogram on it (redrawing spectrogram takes large amount of calculations and time even if value() impl. is quick then size of spectrogram is big) replot should take much time.
For spectrogram i suggest set repaint parameter to resizeOnly. As for markers and plot I suggest to draw markers on overlay widget. In this case you don't have to replot after changing their position, just redraw an overlay widget.
Bookmarks