Maple Graphics
Maple Graphics
To obtain graphics out of a Maple program, you must use the "plotoutput" command.
plotsetup(gif,plotoutput=`pic1.gif`); plot(exp(-x)*sin(5*x),x=1..4);
Output: