Question: Plotting an array of plots

Here is what I would like to do:

for i from 1 to m

  A[i] = plot(...)

end do

Now, how do I plot this array A of plots?

Thank you,

ck

Please Wait...