Hi. I am having some trouble trying to plot my data in real time. I have a while loop and inside the loop I get the data from AI read, for example 100 data points, then I average the 100 points to get a single number; this average number has an corresponding time value. I am trying to plot the data in a graph where the yaxis is the averge number and the x-value is time. Does anyone know how I can do this.
Thank you