Group Abstract Group Abstract

Message Boards Message Boards

[?] Avoid red screens in Manipulate?

Hi, The attached file includes my own Demonstration and one found in Wolfram, both created by Mathematica 10 and worked perfectly. When I tried to use it with the new Mathematica 11, it does not work properly (it seems to be the "Epilog" that creates the problem). I would be happy if somebody can solve the issue!

Attachments:
4 Replies

Additionally you can add Dynamic to the Epilog so the whole Plot does not need to be regenerated to change Point position:

Manipulate[
 Plot[Sin[x], {x, 0, 10}, 
  Epilog -> {AbsolutePointSize@7, Dynamic@Point[{a, Sin[a]}]}], 
 {a, 0,   10}
]
POSTED BY: Kuba Podkalicki

Thanks Very much Kyle! The first alternative was still "Red", while the second alternative worked exactly as it worked with Mathematica 10.3 last year. I expected the new version would simplify things...

Christos

Posted 8 years ago
POSTED BY: Kyle Martin
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard