Re: grayscale+animation



On Mar 5, 11:57 am, merr...@xxxxxxxxxxxxxxxx (Ethan Merritt) wrote:
In article <1173101965.166497.201...@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,

beginner <ashed...@xxxxxxxxx> wrote:

I stand corrected: apparently gnuplot can create gif animations
directly, if it is compiled with GIF_ANIMATION. There's an example athttp=
://gnuplot.sourceforge.net/demo/animate2.html

But as to the animation demo link I still can't get it.
For one thing it is using version 4.2 of gnuplot

Yes. But if you need that feature, then you have a good reason to
upgrade to 4.2

And that demo animates outputs from an equation.

Huh? You must be looking at the wrong demo.
The demo plots a world map from a data file, changing the view
incrementally between frames of the animation.
Try this link:

http://gnuplot.sourceforge.net/demo_4.2/animate2.html

I have data generated from a programme and I have both the data and gif
plots at successive times of interest. I want to animate these gif
files.

The animation procedure in gnuplot does not care what kind of
plot you are making. Functions, data, images, ... all OK.
In a nutshell, the command sequence is

set term gif animate
set output 'my_animation.gif'
plot <frame 1>
plot <frame 2>
...
plot <frame N>
unset output

--
Ethan A Merritt

Hi, I'm able to do it in the GIMP software. But I still wanna do it in
gnuplot.
I'm getting the following error, ethan:

set term gif animate
Terminal type set to 'gif'
invalid color spec, must be xRRGGBB

Another thing by 'frame 1', 'frame 2', ... 'frame N' do you mean the
the data file or the gif file?

thanks



.



Relevant Pages

  • How to re-use the same output device/xterm each time gnuplot is invoked?
    ... I am on linux, and I am very new to gnuplot, but I am ... trying to see if I can use it to make animation ... CALL system('gnuplot batch.plt') -- call to make new plot ... What I want is to reuse the same window, ...
    (comp.graphics.apps.gnuplot)
  • Re: grayscale+animation
    ... apparently gnuplot can create gif animations ... But as to the animation demo link I still can't get it. ... plot you are making. ...
    (comp.graphics.apps.gnuplot)
  • Re: grayscale+animation
    ... I have several gif files. ... I am using version 4 of gnuplot. ... programme. ... If you want to create an animation, ...
    (comp.graphics.apps.gnuplot)
  • Re: grayscale+animation
    ... plot you are making. ... plot <frame 1> ... You need gnuplot version 4.2. ... would generate an animation of a travelling sin wave. ...
    (comp.graphics.apps.gnuplot)
  • gnuplots tiny problems
    ... The quality of the gnuplot package is really impressive. ... plot area being very small (the space for xlabel and xtics are ... The XORing of the mouse text on the windows background ... As the rectangle object trick over the graph plot area does not ...
    (comp.graphics.apps.gnuplot)