MathGroup Archive 2009

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

Search the Archive

Manipulate jitter

  • To: mathgroup at smc.vnet.net
  • Subject: [mg105459] Manipulate jitter
  • From: Jeff <jbwjbwjbw at gmail.com>
  • Date: Thu, 3 Dec 2009 06:16:04 -0500 (EST)

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: How to make large graphics object fit within a plot?
  • Next by Date: NDSolve with momentum
  • Previous by thread: Re: How to make large graphics object fit within a plot?
  • Next by thread: Re: Manipulate jitter