The file Slider.zip at the wxMaxima help site (http://andrejv.github.com/wxmaxima/help.html) contains some illustrations.
Wilson Mixon
_
Date: Fri, 10 Aug 2012 00:11:38 +0200
From: Mario Rodriguez <biomates at telefonica.net>
To: Jorge Calvo <Jorge.Calvo at avemaria.edu>
Cc: "maxima at math.utexas.edu" <maxima at math.utexas.edu>
Subject: Re: [Maxima] options for with_slider_draw
Message-ID: <5024359A.9000804 at telefonica.net>
Content-Type: text/plain; charset="windows-1252"; Format="flowed"
El 09/08/12 16:23, Jorge Calvo escribi?:
> Hi there:
>
> I am looking for a little more documentation on the with_slider_draw function.
Hello,
with_slider_draw is not a Maxima function, it only exists in wxMaxima.
You can use the play button (animation with loop) and the slider
(animation step by step). I don't know if it is possible to set the
delay for with_slider_draw.
On the other hand, function draw allows you to create animated gif's
with option
terminal=animated_gif
See also option delay:
? delay
Some examples here:
http://riotorto.users.sourceforge.net/gnuplot/animation
> In particular, what are the options that control:
>
> * the delay between frames, or
> * whether the animation loops around or plays only once through.
>
--