Message Boards Message Boards

0
|
7146 Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

animate a list of points on a unit circle

Posted 11 years ago
POSTED BY: Gary Lewis
2 Replies
Posted 11 years ago

Thanks, Antonio! I appreciate your help.

The following seems to work fine:

ListAnimate[Table[Graphics[{Circle[{0, 0}, 1], {Red, PointSize[0.02], Point[m[[t]]]}}], {t, 1, 2}], AnimationRunning -> False]
POSTED BY: Gary Lewis

It looks like the only problem is that Graphics is expecting a list. Graphics takes 1 argument followed by any options, so all the graphics items need to be in a list as the first argument. Currently your Point is trying to be an option setting.

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract