Question: display multiple polygons in a maplet plotter graph, from inside the procedure's loop?

<p>Hello! Its my first post.</p>
<p>I have been able to modify an example program. It uses the || operator to accumulate data into an object in the form of multiple polygonplot(...) objects. After the loop exits, I can do something like "display(obj1, obj2...)" and everything is displayed.</p>
<p>What I would like to do is instead of accumulating the data first, execute the commands to display from inside the loop of the procedure. This would hopefully eliminate the time lag before starting to draw, as well as allow me to draw more things.</p>
<p>A related question is this: I am able to get the procedure to draw in a plotter gui object with the maplet Button("Go", evaluate('plotter1' = "MyProc")) kind of thing. How do I get a procedure to draw to more than one plotter in the maplet at once?</p>
Please Wait...