Group Abstract Group Abstract

Message Boards Message Boards

Rotating 3-d graphics in Cloud deployed Manipulates

Posted 11 years ago
POSTED BY: David Reiss
4 Replies
Posted 10 years ago

We improved our Manipulate support some time ago, but you may or may not have tried your example recently. You can now interact with Graphics and Graphics3D within Manipulate.

You can now rotate the 3D plot in this example:

CloudDeploy[Manipulate[Plot3D[Sin[x y+a],{x,0,3},{y,0,3}],{a,0,1}]]

As well as select and resize the plot in this example:

CloudDeploy[Manipulate[Plot[Sin[x (1 + a x)], {x, 0, 6}], {a, 0, 2}]]
POSTED BY: John Pacey

Thanks Chad. Any thoughts on the partially working behavior of the DynamicModule?

POSTED BY: David Reiss

The current behavior is as designed. It should be implemented soon.

POSTED BY: Chad Knutson
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