Think of an array of data, that's updated with each iteration.
The initial dataset is plotted.
The program moves to the second dataset;
all the values are updated EXCEPT for
the graph portion, which retains the values from the initial dataset ---
Thus, the initial dataset is repeatedly plotted
Once again, I am able to print iterated datasets
thanks