Re: Gnuplot 4.2: Animated GIFs



In article <55kkfsF23r9o7U1@xxxxxxxxxxxxxxxxxx>,
Ingo Thies <ingo.thies@xxxxxx> wrote:
Hi,

I am a bit confused about the demo script at the Gnuplot site,

<http://gnuplot.sourceforge.net/demo/animate2.1.gnu>.

It seems that the variables defined immediately before the splot command
do not have any function. Consequently, the script along with the
world.dat file does not create an animated GIF but only a static (but
nice, however ;-)) globe.

The commands shown on the web page should work, although as you point
out they call a separate file "gnuplot.rot". I will manually edit
the page so that it shows the auxilliary file as well.

The downloadable script is auto-generated by a tool that unfortunately
does not know about animation, and in this case gets it wrong.
The same tool also fails in the case of multiplot demos.
I suppose I could patch it up by hand, or more likely just delete
the downloadable script from the on-line pages for which it doesn't work.

All of these demos are distributed with gnuplot, so you should already
have a local copy to play with. The motivations for the on-line versions
are
- to show people what they would get if they did install gnuplot
- as useful reference points for on-line discussions, as in
"Are you trying to make a plot like the one at URL <...>?


I could not find any hints about sequence
plots in GP 4.2 and can only guess that it works in the same way as I
already used it in Gnuplot 3.7 (repeatedly re-reading a separate file
that contains the plot command) for on-screen "movies".

Yes, the separate file is a loop that increments view angles and then
replots. But the output goes into an animated gif file, not onto the
screen.

--
Ethan A Merritt
.



Relevant Pages

  • label_contours.awk: obsolete syntax, both in the script and on the homepage
    ... I'm trying to create plots where contour labels are placed next to the ... I've noticed that the script generates a gnuplot plot script ... My self-compiled gnuplot 4.3 croaks on the original version. ...
    (comp.graphics.apps.gnuplot)
  • Cant obtain Postscript output from Gnuplot 4.2
    ... The following script yields a complete Postscript file showing a ... simple plot when executed by Gnuplot 4.0 on Windows XP. ... But when I try the same script with Gnuplot 4.2, ...
    (comp.graphics.apps.gnuplot)
  • Re: Two zoom related questions and One script question
    ... I'm using a gnuplot script to plot some data, ... the zoom command re-reads the original data ...
    (comp.graphics.apps.gnuplot)
  • Re: Blank graph on no data
    ... I've set up a script to move around the parameter space ... of my data using arrow keys using `bind` and iteration within plots. ... gnuplot gives an error message and doesn't update ... update the plot anyway by drawing an empty plot with key entries? ...
    (comp.graphics.apps.gnuplot)
  • Re: Multi Line Graph
    ... Is there a new facility to plot multi-column inline data in CVS (I can't ... from a separate file. ... I mean that gnuplot won't re-read inline data (as it ...
    (comp.graphics.apps.gnuplot)