How can I edit the delay of the first frame of an animated gif

2

I've assembled a gif using gnuplot, however I want the first frame to be still for a few seconds before the graphic starts animating. How can I edit the delay of the first frame of the gif?

andrepd

Posted 2015-01-20T16:15:01.870

Reputation: 261

Did you try to write directly in the script something similar to set terminal gif animate delay 100 after set output 'img.gif' and then plot datafile.dat ... ? with the data of each single frame separated by an empty line? let me know if it works – Hastur – 2015-02-05T21:52:08.997

No answers