Question: Animating Multiple Graphs In a Single Plot

I would like to create a single animated plot with two components.

The first component being an animation of the graph of r = 2*sin(theta) as theta varies from 0 to 2*Pi in the r-theta plane.

The second component is another animation, simultaneously showing how the graph of r=2*sin(theta) is generated in the polar coordinate system.

I am able to produce each component separately rather easily using the plots:-animate( ) command. What I am looking for is somehow being able to use (possibly) the plots:-display(Array( )) commands to get a plot containing both animations, say, side-by-side which can be controlled synchronously by a single set of animation controls.

Any ideas? Thanks!

Please Wait...