Hi....
In a xy-graph I'm plotting two y-values at the same x-value. I'm plotting in points-mode (common plots mode). To keep old points in the graph I'm using a while-loop and shift register to put together new y-and x-values with the old ones.
The data looks like:
1-D array of,
cluster of 2 elements,
1-D array of:
double
1-D array of:
double
The first time I'm obtaining the dots in the xy-graph, everything is fine. The second time (in the while loop) the old dots in y-led suddenly has a line connecting them, while the dots in y-led are ok.
This continues also through the next loop.
Anyone who has an idea to get rid of the lines in y-led
Regards
Magnus Svensson