MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

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,



  • Prev by Date: Re: Intersection problem
  • Next by Date: Re: Intersection problem
  • Previous by thread: Re: Image Processing Pixel Values Export Question
  • Next by thread: Re: Frameless Window in Manipulate