Hi,
I am trying to use an XY graph to graph sets of data.  The data are
output inside of a while loop, 32 points at a time (x, y) where x is
from 0 to 32 and y is from the points on the scope.  I want to graph
it so that there will be different lines.  I tried to use the shift
register and build array way, but my graphs are connected from the end
of one line to the start of another line, (31,y) to (0,y).  Do you
know how to fix this?  Thanks.  Also how do you programmatically tell
the program to label each line, make it different color and display
corresponding legend after each line is graphed?
Thanks

Reply via email to