Re: Plot image changes size during animation
- To: mathgroup at smc.vnet.net
- Subject: [mg118946] Re: Plot image changes size during animation
- From: Martin Vavpotič <martin.vavpotic at gmail.com>
- Date: Tue, 17 May 2011 07:46:58 -0400 (EDT)
- References: <201105161128.HAA05165@smc.vnet.net>
I always fix the PlotRange. What I noticed today was that if the PlotRange specification is symmetric, then this problem occurs. If it's not, then the frames remain the same size. I specified PlotRange like this: PlotRange ->{{-3,3},{-2,2}} Now I do it like this: PlotRange->{{-2.9,3},{-2.1,2}} It's still bothering me but at least I can get around it. Martin 2011/5/16 becko <becko565 at hotmail.com> > You should try fixing the option PlotRange. > > -------------------------------------------------- > From: "Martin Vavpoti=E8" <martin.vavpotic at gmail.com> > Sent: Monday, May 16, 2011 4:28 AM > To: <mathgroup at smc.vnet.net> > Subject: [mg118934] Plot image changes size during animation > > > 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? >> >> >>
- References:
- Plot image changes size during animation
- From: Martin VavpotiÄ <martin.vavpotic@gmail.com>
- Plot image changes size during animation