Group Abstract Group Abstract

Message Boards Message Boards

0
|
5.8K Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

I want to be able to add in a second object into the same animation frame.

Posted 6 years ago
Attachments:
POSTED BY: Rudin Kraja

You can animate two plots side-by-side for example with Row:

Animate[Row[{Graphics[Point[AngleVector[t]], PlotRange -> 1.1, 
    Frame -> True], 
   Graphics[Point[AngleVector[2 t]], PlotRange -> 1.1, 
    Frame -> True]}], {t, 0, 2 Pi, Pi/100}]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard