MathGroup Archive 2009

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

Search the Archive

Re: Manipulate jitter

  • To: mathgroup at smc.vnet.net
  • Subject: [mg105485] Re: [mg105459] Manipulate jitter
  • From: Patrick Scheibe <pscheibe at trm.uni-leipzig.de>
  • Date: Fri, 4 Dec 2009 04:34:36 -0500 (EST)
  • References: <200912031116.GAA01251@smc.vnet.net>

Hi,

you can try to make more space around the graphics to get rid of most of
the jitter

Manipulate[
 Plot[Sin[x], {x, s, s + 10}, PlotRange -> {{s, s + 10}, {-1, 1}}, 
  Axes -> False, Frame -> True, ImagePadding -> 30
  ], {s, 0, 20}]

Cheers
Patrick

On Thu, 2009-12-03 at 06:16 -0500, Jeff wrote:
> I want to use Manipulate to slide the range of a Plot. I get jitters
> when an axis tick mark and associated number coincides with the frame
> edge. A simple example is:
> 
> Manipulate[
>  Plot[Sin[x], {x, s, s + 10}, PlotRange -> {{s, s + 10}, {-1, 1}},
>   Frame -> True, Axes -> False], {s, 0, 20}]
> 
> Anyone know how to stop the jitters?
> 



  • Prev by Date: Re: Manipulate jitter
  • Next by Date: ** DECEMBER DISCOUNT: A WorkLife FrameWork....
  • Previous by thread: Manipulate jitter
  • Next by thread: Re: Manipulate jitter