WOLFRAM COMMUNITY
Connect with users of Wolfram technologies to learn, solve problems and share ideas
Join
Sign In
Dashboard
Groups
People
Message Boards
Answer
(
Unmark
)
Mark as an Answer
WOLFRAM COMMUNITY
Dashboard
Groups
People
0
|
9875 Views
|
3 Replies
|
2 Total Likes
View groups...
Follow this post
Share
Share this post:
GROUPS:
Visual Arts
Mathematica
Dynamic Interactivity
Graphics and Visualization
Using Animate Without Showing Variable Slider
Lucas Morales
Lucas Morales, Massachusetts Institute of Technology
Posted
12 years ago
I'd like the animate command to simply animate graphics, without attaching a slider at the top of the graphic
Is there any way to do this, perhaps with another command...?
POSTED BY:
Lucas Morales
Reply
|
Flag
3 Replies
Sort By:
Replies
Likes
Recent
0
Lucas Morales
Lucas Morales, Massachusetts Institute of Technology
Posted
12 years ago
Thanks Sam, that's just the kind of thing I was looking for!
POSTED BY:
Lucas Morales
Reply
|
Flag
2
Sam Carrettie
Sam Carrettie, Freelancer
Posted
12 years ago
Try this:
Animate[Plot[Sin[x + a], {x, 0, 10}], {{a, 0, ""}, 0, 5, AppearanceElements -> None}]
or this with some controls but no slider
Manipulate[Plot[Sin[x + a], {x, 0, 10}], {{a, 0, ""}, 0, 5, Trigger}]
POSTED BY:
Sam Carrettie
Reply
|
Flag
0
Nasser M. Abbasi
Nasser M. Abbasi, student
Posted
12 years ago
You mean you want the other elements to show but not the slider? Other than this trick, I am not sure at this moment. This still shows the top of the slider, but not the slider itself. Not a perfect solution....
Animate[Plot[Sin[a t], {t, -Pi, Pi}], {a, .1, 1, .1, Appearance -> Large, ImageSize -> 0}]
It is of course possible to make the whole thing using Dynamics directly. But Animate allready does all this work for us.
POSTED BY:
Nasser M. Abbasi
Reply
|
Flag
Reply to this discussion
in reply to
Add Notebook
Community posts can be styled and formatted using the
Markdown syntax
.
Tag limit exceeded
Note: Only the first five people you tag will receive an email notification; the other tagged names will appear as links to their profiles.
Publish anyway
Cancel
Reply Preview
Attachments
Remove
Add a file to this post
Follow this discussion
or
Discard
Group Abstract
Be respectful. Review our
Community Guidelines
to understand your role and responsibilities.
Community Terms of Use
Feedback