|
From: Hans-Bernhard B. <br...@ph...> - 2005-05-29 12:41:00
|
alessandro salvatori wrote: > i was wondering if it would somehow be possible to attain an animated > plot where segments in a line are added one after the previous one. > this would be very nice for demonstations... gnuplot is not an animation program, so yes, it will flicker if you do this in any of the interactive GUI terminals. The recently added animated GIF output may fare better. To reduce the amount of flickering, you'll have to generally avoid using any of the "automagic" behaviours: margins, ranges, tickmarks should all be specified to fixed values. |