Group Abstract Group Abstract

Message Boards Message Boards

0
|
12.3K Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:
GROUPS:

MSPManipulate command

Posted 10 years ago

Hi everyone,

I'm trying to make the MSPManipulate's window bigger than it is by default so that the user can see the whole plot without using a displacement bar. Any ideas how i can do that?

Thank you very much in advance.

POSTED BY: D H D
3 Replies
POSTED BY: Chad Knutson
Posted 10 years ago
POSTED BY: D H D

Have you tried the OutputSize option to MSPManipulate? The webM example webMathematica/BrowseExamples/Manipulate/SliderPlot.html shows this

<msp:evaluate>
MSPManipulate[ Plot[ Cos[var+x], {x,0,2Pi}, Frame -> frame], {var, 0,20}, {frame, {True,False}}, OutputSize->{621, 384}]
</msp:evaluate>
POSTED BY: Chad Knutson
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard