<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Running animations Simultaneously</title>
    <link>http://www.mapleprimes.com/questions/35535-Running-Animations-Simultaneously</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 16:25:40 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 16:25:40 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Running animations Simultaneously</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Running animations Simultaneously</title>
      <link>http://www.mapleprimes.com/questions/35535-Running-Animations-Simultaneously</link>
    </image>
    <item>
      <title>display(Array([p1,p2]));</title>
      <link>http://www.mapleprimes.com/questions/35535-Running-Animations-Simultaneously?ref=Feed:MaplePrimes:Running animations Simultaneously:Comments#answer44206</link>
      <itunes:summary>&lt;p&gt;Make the plots (or animations) p1 and p2.&lt;/p&gt;
&lt;p&gt;Then&lt;/p&gt;
&lt;p&gt;display(Array([p1,p2]));&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Preben Alsholm&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Make the plots (or animations) p1 and p2.&lt;/p&gt;
&lt;p&gt;Then&lt;/p&gt;
&lt;p&gt;display(Array([p1,p2]));&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Preben Alsholm&lt;/p&gt;</description>
      <guid>44206</guid>
      <pubDate>Thu, 11 Mar 2010 20:01:17 Z</pubDate>
      <itunes:author>alsholm</itunes:author>
      <author>alsholm</author>
    </item>
    <item>
      <title>Sequence</title>
      <link>http://www.mapleprimes.com/questions/35535-Running-Animations-Simultaneously?ref=Feed:MaplePrimes:Running animations Simultaneously:Comments#comment44207</link>
      <itunes:summary>&lt;p&gt;This works for the plots, thanks.&lt;/p&gt;
&lt;p&gt;But I still can't get the 'animations' to work&lt;/p&gt;
&lt;p&gt;My 'animations' are actually a series of graphs displayed in sequence&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;This works for the plots, thanks.&lt;/p&gt;
&lt;p&gt;But I still can't get the 'animations' to work&lt;/p&gt;
&lt;p&gt;My 'animations' are actually a series of graphs displayed in sequence&lt;/p&gt;</description>
      <guid>44207</guid>
      <pubDate>Fri, 12 Mar 2010 19:17:38 Z</pubDate>
      <itunes:author>james_is_stuck</itunes:author>
      <author>james_is_stuck</author>
    </item>
    <item>
      <title>An example of display(Array([]));</title>
      <link>http://www.mapleprimes.com/questions/35535-Running-Animations-Simultaneously?ref=Feed:MaplePrimes:Running animations Simultaneously:Comments#comment44208</link>
      <itunes:summary>&lt;p&gt;Here is an (admittedly, not too exciting) example.&lt;/p&gt;
&lt;p&gt;with(plots):&lt;br&gt; p1:=animate(plot,[sin(a*x),x=0..Pi],a=0..2):&lt;br&gt; p2:=animate(plot,[cos(a*x),x=0..Pi],a=0..2):&lt;br&gt; display(Array([p1,p2]));&lt;/p&gt;
&lt;p&gt;Or a 'homemade' sequence of plots:&lt;br&gt; p3:=[seq(plot(arctan(k*x),x=0..Pi),k=0..24)]:&lt;br&gt; p4:=display(p3,insequence=true):&lt;br&gt; display(Array([p1,p2,p4]));&lt;/p&gt;
&lt;p&gt;Preben Alsholm&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Here is an (admittedly, not too exciting) example.&lt;/p&gt;
&lt;p&gt;with(plots):&lt;br&gt; p1:=animate(plot,[sin(a*x),x=0..Pi],a=0..2):&lt;br&gt; p2:=animate(plot,[cos(a*x),x=0..Pi],a=0..2):&lt;br&gt; display(Array([p1,p2]));&lt;/p&gt;
&lt;p&gt;Or a 'homemade' sequence of plots:&lt;br&gt; p3:=[seq(plot(arctan(k*x),x=0..Pi),k=0..24)]:&lt;br&gt; p4:=display(p3,insequence=true):&lt;br&gt; display(Array([p1,p2,p4]));&lt;/p&gt;
&lt;p&gt;Preben Alsholm&lt;/p&gt;</description>
      <guid>44208</guid>
      <pubDate>Fri, 12 Mar 2010 19:42:36 Z</pubDate>
      <itunes:author>alsholm</itunes:author>
      <author>alsholm</author>
    </item>
  </channel>
</rss>