I have a QwtPlot that I wish to alter the axis scale without having to change the value of the points drawn themselves.
In my application I plot points in Volts, inside a [-10,10] V range (both axes). I'd like to calibrate each axis by multiplying it by a value in nm/V to convert the scale to nanometers. I'd like to do this without having to alter the value of the points themselves. What would be the most pratical way of getting this done?
Thanks