Drexel dragonThe Math ForumDonate to the Math Forum



Search All of the Math Forum:

Views expressed in these public forums are not endorsed by Drexel University or The Math Forum.


Math Forum » Discussions » Software » comp.soft-sys.math.mathematica

Topic: Frameless Window in Manipulate
Replies: 1   Last Post: Apr 13, 2012 5:06 AM

Advanced Search

Back to Topic List Back to Topic List Jump to Tree View Jump to Tree View  
Bob Hanlon

Posts: 703
Registered: 10/29/11
Re: Frameless Window in Manipulate
Posted: Apr 13, 2012 5:06 AM
  Click to see the message monospaced in plain text Plain Text   Click to reply to this topic Reply

Manipulate[
A = List[{{1, 3}, {4, x}}];
ListPlot[A,
ImageSize -> 200,
PlotRange -> 10,
Joined -> True],
{{x, 1}, 0, 5, 1},
Paneled -> False]

Note also that you could use ListLinePlot rather than using the Joined
option with ListPlot.


Bob Hanlon


On Wed, Apr 11, 2012 at 6:18 PM, Scott Colwell <scolwell@uoguelph.ca> wrote:
> Does any one know how to remove the light grey inside frame in manipulate. For example, the one around the plot in this manipulate:
>
> Manipulate[
> A = List[{{1, 3}, {4, x}}];
> ListPlot[A,
> ImageSize -> 200,
> PlotRange -> 10,
> Joined -> True
> ],
> {{x, 1}, 0, 5, 1}]
>
> Thanks,
>





Point your RSS reader here for a feed of the latest messages in this topic.

[Privacy Policy] [Terms of Use]

© Drexel University 1994-2013. All Rights Reserved.
The Math Forum is a research and educational enterprise of the Drexel University School of Education.