I dont know if you can help me but i have to graph stress vs strain and the example that i found only graphs the graph when all the points that i'm receiving are alrady in the memory or something like that. What i need is that as soon as the points are received that it would graph it on the graph, like in realtime. Right now i created a buffer of sorts that would collect the points and graph them, but after a while the old points disapear since they are replaced by the new ones. I need all the points to be there. I attached the file that I created so you could see what has been done.