Question: Writing a procedure to output multiple plots

I'm writing a maple package, and would like to write one procedure GenerateReport(); which will output multiple plots as well as some text and numbers. How do I do this? Seems like I can use print to output the text and then use the plot command as the last line, however if I try to do multiple plots it only outputs the last one.

Please Wait...