QwtPlot - how to get rid of co-ordinates displayed alongside cursor?
I am using QwtPlot to draw a graph, basically using the Qwt bode example.
I want to get rid of the co-ordinates which are displayed alongside the cursor as it moves around the screen.
Is there an easy way to do this?
Thanks.
Re: QwtPlot - how to get rid of co-ordinates displayed alongside cursor?
Do you have a zoomer or a picker installed? A QwtPicker displays the current coordinates per default...
Re: QwtPlot - how to get rid of co-ordinates displayed alongside cursor?
Yes, I am using both QwtPlotPicker and QwtPlotZoomer.
I have had a look at QwtPicker, but I can't see a way of switching off the co-ordinate display.
Can this be done?
Thanks.
Re: QwtPlot - how to get rid of co-ordinates displayed alongside cursor?
See http://qwt.sourceforge.net/class_qwt...e63156f6446d6f.
Questions about code that was copied and not understood are a nightmare for every support engineer.
Uwe
Re: QwtPlot - how to get rid of co-ordinates displayed alongside cursor?
Thanks Uwe, I obviously did not look closely enough at the QwtPicker class reference, sorry for being a numpty.