Re: Plot image changes size during animation
- To: mathgroup at smc.vnet.net
- Subject: [mg118952] Re: Plot image changes size during animation
- From: Oliver Ruebenkoenig <ruebenko at wolfram.com>
- Date: Tue, 17 May 2011 07:48:04 -0400 (EDT)
On Mon, 16 May 2011, Martin Vavpoti wrote: > I'm trying to create an animation of a graph. I use Table to store the > separate frames, made with ListLinePlot, then I use ListAnimate on the > Table. The animation works but there is a number of frames where the > size of the simulation jump from Large to Huge and then back. I cannot > use such an animation. I've put ImageSize->Large on all frames but it > still changes. > > Anyone have any ideas? > > Martin, perhaps an explicit PlotRange helps. Oliver