Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.maple > #1336
| Newsgroups | comp.soft-sys.math.maple |
|---|---|
| Date | 2019-03-19 03:51 -0700 |
| References | <c1fc1b74-ab25-4029-8abd-e7527af6a8c4@googlegroups.com> <3912936e-57bf-405f-8659-1a502eb8ccf1@googlegroups.com> |
| Message-ID | <f113de2e-65b6-43f3-94b7-9e2ec443fb6b@googlegroups.com> (permalink) |
| Subject | Re: Two sequences in a single animation side by side |
| From | plutonesque@gmail.com |
Le mardi 19 mars 2019 01:41:53 UTC-4, acer a écrit : > On Monday, March 18, 2019 at 11:52:13 AM UTC-4, pluto...@gmail.com wrote: > > Hello, > > > > I would like to animate two sequences side-by-side, the whole plot being a single animation. I do not want two side-by-side animations, but a single animation where each frame shows two side-by-side plots. It should be something like: > > > > T:=4:step:=10: > > A:=[seq(plot(cos(x+t/steps),x=0..1),t=0..T*step)]: > > B:=[seq(plot(sin(x+t/steps),x=0..1),t=0..T*step)]: > > animate(display(Array([A, B])),insequence=true); > > > > Of course, what's indicated above does not work :( Would you please have an idea? > > > > Thanks! > > > Both methods also work for me using Maple 16.01. yes, your suggestions work in the sense that both sequences play together in Maple. However, I want to export them together in a single gif file. What I see currently is that the two sequences can only be exported separately. I could certainly use another piece of software to put the two gif file in a single one. However, if there is a solution in Maple, I would be interested.
Back to comp.soft-sys.math.maple | Previous | Next — Previous in thread | Next in thread | Find similar
Two sequences in a single animation side by side plutonesque@gmail.com - 2019-03-18 08:52 -0700
Re: Two sequences in a single animation side by side plutonesque@gmail.com - 2019-03-18 09:07 -0700
Re: Two sequences in a single animation side by side plutonesque@gmail.com - 2019-03-18 09:13 -0700
Re: Two sequences in a single animation side by side acer <maple@rogers.com> - 2019-03-18 12:20 -0700
Re: Two sequences in a single animation side by side plutonesque@gmail.com - 2019-03-18 21:57 -0700
Re: Two sequences in a single animation side by side acer <maple@rogers.com> - 2019-03-18 22:41 -0700
Re: Two sequences in a single animation side by side plutonesque@gmail.com - 2019-03-19 03:51 -0700
Re: Two sequences in a single animation side by side Dave Linder <davelinder0@gmail.com> - 2019-03-19 04:45 -0700
Re: Two sequences in a single animation side by side acer <maple@rogers.com> - 2019-03-19 13:31 -0700
Re: Two sequences in a single animation side by side plutonesque@gmail.com - 2019-03-19 17:28 -0700
csiph-web