02-24-2009 02:27 PM
Hello,
How can I plot a xy-graph from measured data without a pixel hop as the following picture?
I tried to setup Y-scale, but it did not help.
Solved! Go to Solution.
02-24-2009 02:38 PM
I think you will need to use a pencil.
The graph is made up of pixels and your screen and video driver are probably not setup to display anything smaller than one pixel changes. Your graph is probably 300-400 pixels in the vertical direction, so a change of 0.2-0.3% in the value being graphed will move to the next pixel.
You might be able to draw thick lines with the picture control and keep track of where the pixel changes occur, but it would be a lot of work for little benefit, I suspect.
Lynn
02-25-2009 01:24 PM