Hello!
I want to know what I can do with next problem...
I have a lot of curves ( that are brushed/solid ) and I want to display values ( Y ) in some point pos.x() of the QwtPlot.
For displaying I am using QwtPlotMarker's.
But it is work to slowly display when I drag mouse and program need to recalculate and replot QwtPlot.
So can I do in this situation?
As I understand that problem is with function replot().... There is hard for program to do replot() with a lot of brushed/solid curves...
And as I understand without replot() I can't display QwtPlotMarker...
And another one question:
I can do that marker will show in brushed rectangle, but how i can do that marker will show in f.e. circle?
Bookmarks