From: Colin R. <col...@gm...> - 2010-07-20 15:43:54
|
Hi, I have a program that generates a list of tuples (x,y) pairs that I am plotting to visualize with Gnuplot. for example: g.plot[(x1,y1),(x2,y2),(x3,y3),.......,(xn,yn)] The program works fine and displays correctly, but I would prefer to have the graph animated, for example to view the graph plot in real time form point 1 to point n. I tried studying the animated examples in GNUplot demos but didn't get very far... Any suggestions? Thanks for your time! -- Colin M. Reisterer Department of Biological Engineering Massachusetts Institute of Technology 2012 |