Group Abstract Group Abstract

Message Boards Message Boards

2
|
7.3K Views
|
2 Replies
|
5 Total Likes
View groups...
Share
Share this post:

How can I generate function plots with CloudDeploy and FormFunction?

Posted 12 years ago

Very simple example:

CloudDeploy[FormFunction[{"first"->"Number","second"->"Number"}, Plot[1+3*x,{x,0,3}]&, 
    AppearanceRules -> <| "Title"->"linear function", "Description"-> "two numbers"|>]]

This gives as a result a website with

Graphics[ .... ]

but no plot.

Without FormFunction

CloudDeploy[Plot[Sin[1+2 x],{x,0,6}]]

works as expected.

POSTED BY: Holger Perlt
2 Replies
POSTED BY: Chad Knutson
Posted 12 years ago

Hi Chad,

thanks - now it works.

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