<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, combining 2d and 3d animations</title>
    <link>http://www.mapleprimes.com/questions/127589-Combining-2d-And-3d-Animations</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sat, 13 Jun 2026 21:51:31 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 21:51:31 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, combining 2d and 3d animations</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, combining 2d and 3d animations</title>
      <link>http://www.mapleprimes.com/questions/127589-Combining-2d-And-3d-Animations</link>
    </image>
    <item>
      <title>plottools[transform]</title>
      <link>http://www.mapleprimes.com/questions/127589-Combining-2d-And-3d-Animations?ref=Feed:MaplePrimes:combining 2d and 3d animations:Comments#answer127592</link>
      <itunes:summary>&lt;p&gt;See if you can transform your 2D plot to 3D and then animate. &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=plottools[transform]' target='_new'&gt;?plottools[transform]&lt;/a&gt; for help and examples.&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Georgios Kokovidis&lt;/p&gt;
&lt;p&gt;Dr&amp;auml;ger Medical&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;See if you can transform your 2D plot to 3D and then animate. &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=plottools[transform]' target='_new'&gt;?plottools[transform]&lt;/a&gt; for help and examples.&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Georgios Kokovidis&lt;/p&gt;
&lt;p&gt;Dr&amp;auml;ger Medical&lt;/p&gt;</description>
      <guid>127592</guid>
      <pubDate>Thu, 10 Nov 2011 08:07:55 Z</pubDate>
      <itunes:author>gkokovidis</itunes:author>
      <author>gkokovidis</author>
    </item>
    <item>
      <title>Array plot</title>
      <link>http://www.mapleprimes.com/questions/127589-Combining-2d-And-3d-Animations?ref=Feed:MaplePrimes:combining 2d and 3d animations:Comments#answer127595</link>
      <itunes:summary>&lt;p&gt;Try putting them into an Array of plots.&lt;/p&gt;
&lt;pre&gt;restart:

p1:=plots:-animate(plots:-sphereplot,
                   [exp(6*sin(t))-1, theta=0..2*Pi, phi=0..Pi],
                   t=0..3, frames=100):

p2:=plots:-animate(plots:-implicitplot,
                   [(i)^2 + (j)^2= (t)^2, i = -10..10, j = -10..10 ],
                   t=0..3, frames=100):

plots:-display(Array([p1, p2]));
&lt;/pre&gt;
&lt;p&gt;Or, if you really want them stacked vertically,&lt;/p&gt;
&lt;pre&gt;plots:-display(Array([[p1],[p2]]));
&lt;/pre&gt;
&lt;!--break--&gt;
&lt;p&gt;acer&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Try putting them into an Array of plots.&lt;/p&gt;
&lt;pre&gt;restart:

p1:=plots:-animate(plots:-sphereplot,
                   [exp(6*sin(t))-1, theta=0..2*Pi, phi=0..Pi],
                   t=0..3, frames=100):

p2:=plots:-animate(plots:-implicitplot,
                   [(i)^2 + (j)^2= (t)^2, i = -10..10, j = -10..10 ],
                   t=0..3, frames=100):

plots:-display(Array([p1, p2]));
&lt;/pre&gt;
&lt;p&gt;Or, if you really want them stacked vertically,&lt;/p&gt;
&lt;pre&gt;plots:-display(Array([[p1],[p2]]));
&lt;/pre&gt;
&lt;!--break--&gt;
&lt;p&gt;acer&lt;/p&gt;</description>
      <guid>127595</guid>
      <pubDate>Thu, 10 Nov 2011 09:17:15 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
  </channel>
</rss>