I have a growing array with 5 columns (time, flowrate, pressure1, p2, p3), plotted in two XY graphs. I am concerned that the numerous data points are slowing down the program, therefore, I want to limit the amount of rows in the array to be plotted in the XY Graphs. Let us say the last 20 rows. Does anyone know how to do this?