PDA

View Full Version : how to magnify a curve getting it thicker



corrado1972
16th May 2011, 08:26
I'm using QwtPlotMagnifier to be able to zoom in the curves, but I want also that the thick of the curves will magnify itself, changing the curve pen thick like under a glass.

How should be possible?

Uwe
16th May 2011, 15:58
You have to manipulate the curve pens in your code - f.e by deriving from QwtPlotCurve and reimplementing updateScaleDiv().

Uwe