Question: output of many plots via loop?

Hi there,

I try to plot several graphics and print them out as follows:

for i from 1 to n do
  p:=polygonplot(...):
  disply(p);
end for:

but nothing is being diplayed. Doing that just once does the job but I need those plots for large n...

Please Wait...