Message Boards Message Boards

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

Exclude Bookmarks/Autorun Control From a Manipulate

Posted 10 years ago

Hi everyone,

Is it possible to exclude the Bookmarks/Autorun control (small plus sign disclosure button) from a Manipulate or at least have it hidden by default?

Regards,

Gregory

POSTED BY: Gregory Lypny

Use AppearanceElements. This removes it from both the full Manipulate and from next to the slider.

Manipulate[u, {u, 0, 1, AppearanceElements -> {}}, AppearanceElements -> {}]

and this just the full Manipulate:

Manipulate[u, {u, 0, 1}, AppearanceElements -> {}]
POSTED BY: David Reiss
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