Frameless Window in Manipulate
- To: mathgroup at smc.vnet.net
- Subject: [mg125982] Frameless Window in Manipulate
- From: Scott Colwell <scolwell at uoguelph.ca>
- Date: Wed, 11 Apr 2012 18:18:03 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
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,
- Follow-Ups:
- Re: Frameless Window in Manipulate
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: Frameless Window in Manipulate