Group Abstract Group Abstract

Message Boards Message Boards

0
|
11.8K 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

The ImageSize option in Plot should solve this. The simple option values are Tiny, Small, Medium, Large, but you can also specify a specific size using numbers (see the ref page for ImageSize). Here is an example using the simple input:

<msp:evaluate>
MSPManipulate[ Plot[ Cos[var+x], {x,0,2Pi}, Frame -> frame, ImageSize->Small], {var, 0,20}, {frame, {True,False}}, OutputSize->{621, 384}]
</msp:evaluate>
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