I'm using patch graphic objects to create a video. I have two patch "functions" to create a box and on top of a small platform moving together. Is there anyway I can use subplot to put both patch graphics in one frame and then put a plot of something else (i.e. time vs velocity) in another frame? So in one frame you have a video of the objects moving and then in the another frame you are plotting their velocity. Sort of like those cool displays you see in test instrumentation software.
I just can't figure out how to make the patch objects appear in only one of the subplot frame and update only that frame. I'm also making a movie of both subplot frames.