Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #2423
| From | "becko" <becko565@hotmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: Plot image changes size during animation |
| Date | 2011-05-17 11:47 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <iqtn8b$il2$1@smc.vnet.net> (permalink) |
| References | <201105161128.HAA05165@smc.vnet.net><BLU151-ds106E874FFC6DE534760C0E998D0@phx.gbl> <BANLkTikWtboJJtB33U+agRTfoZ0uXJ9iEQ@mail.gmail.com> |
Hmmm.. that's weird.
From: Martin Vavpoti=E8
Sent: Monday, May 16, 2011 3:28 PM
To: becko
Cc: MathGroup
Subject: Re: Plot image changes size during animation
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@hotmail.com>
You should try fixing the option PlotRange.
--------------------------------------------------
From: "Martin Vavpoti=E8" <martin.vavpotic@gmail.com>
Sent: Monday, May 16, 2011 4:28 AM
To: <mathgroup@smc.vnet.net>
Subject: 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?
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Re: Plot image changes size during animation "becko" <becko565@hotmail.com> - 2011-05-17 11:47 +0000
csiph-web