> > * I also tried the draw function with a syntax of the kind :
> > draw2d(explicit(function,x,xmin,xmax)) in a for loop, but couldn't get
> > it to draw 2 explicit functions in this manner.
> >
Here are some examples on animations with package draw:
http://www.telefonica.net/web2/biomates/maxima/gpdraw/animation
But:
1.- The for loop example doesn't work in Windows; you must shut one plot
to see the next one. In Windows, Maxima and Gnuplot are not connected
via pipes.
2.- terminal = 'animated_gif' is (or was?) also problematic in Windows.
Program wgnuplot is compiled without the animated gifs terminal.
First possible solution is to save a set of files (with terminals png,
or gif) and then use an external utility to build the animated gif.
--
Mario