Question: Programming and Saving Pictures

Hello, I have a script in Maple that generates a function that I want to plot for many different values of one of its paramters. I was wondering if there is a way to construct a program that will make these plots for a number of different values for that parameter, and save these plots as JPEG files each time. for example, I want to be able to do this: 1- epsilon = 0.001 2- run program that generates function 3-save the resulting plot as a JPEG image called epsilon001 4- epsilon = 0.002 5 - run the program again ... and so on. Is there a way to do this in Maple?
Please Wait...