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?
- Follow-Ups:
- Re: Manipulate jitter
- From: Patrick Scheibe <pscheibe@trm.uni-leipzig.de>
- Re: Manipulate jitter