Question: printing multiple plots from maple

Hi

I've got an array A (size 20x3) whose elelments are plots

odw:=odeplot(q,[t,x(t)]):

A[1,1]:=display(odw):

etc

If I display(A); it prints very nicely to the screen. But when I try to print the plots on a row are all squashed up without being scaled equally in x and y and only the rows that can fit on a single page are plotted. I can export if as a gif file but thats a bit clunky. Is there no way to print directly from maple without it looking a mess?

 

thanks

Please Wait...