|
From: Umut E. <j.s...@o2...> - 2007-05-09 22:22:57
|
Hi bittersweet, i think this answer is bit late but better than never ;). in order to have that "dynamic" effect , i remember using an interface for c called "gnuplot_i" which is based on unix pipes. For more info check out the gnuplot homepage. It's easy to handle, a bit tricky sometimes and creates lots of data files under /tmp :P. Hope it helps, Umut On Thu, 2007-05-03 at 20:04 -0700, bittersweet wrote: > Hi. > > I think you misunderstood my question. > I dont want it to rotate in slow motion but to draw the graph in slow speed. > For example, sin(x) in 2D plot, I want to see the sin(x) itself being drawn. > Meaning at the start of the plot, the plot is empty and as time goes by, > sin(x) will be drawn slowly. > Is that possible to do in gnuplot? |