<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Rotating an animated plot</title>
    <link>http://www.mapleprimes.com/questions/133359-Rotating-An-Animated-Plot</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 14:11:08 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 14:11:08 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Rotating an animated plot</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Rotating an animated plot</title>
      <link>http://www.mapleprimes.com/questions/133359-Rotating-An-Animated-Plot</link>
    </image>
    <item>
      <title>plottools:-transform</title>
      <link>http://www.mapleprimes.com/questions/133359-Rotating-An-Animated-Plot?ref=Feed:MaplePrimes:Rotating an animated plot:Comments#answer133656</link>
      <itunes:summary>&lt;pre&gt;w:=-t*sin(x*Pi): # or what have you...

A:=plots:-animate(w, x=0..1, t=0..0.1, frames=50, numpoints=100,
                  color=red, thickness=3, view=[0..1,-1..1]):

plots:-display(A, view=[0..1,-1..1], insequence=true);

plots:-display(plottools:-transform((x,y)-&amp;gt;[y,x])(A),
               view=[-1..1,0..1], insequence=true);
&lt;/pre&gt;
&lt;!--break--&gt;
&lt;p&gt;acer&lt;/p&gt;</itunes:summary>
      <description>&lt;pre&gt;w:=-t*sin(x*Pi): # or what have you...

A:=plots:-animate(w, x=0..1, t=0..0.1, frames=50, numpoints=100,
                  color=red, thickness=3, view=[0..1,-1..1]):

plots:-display(A, view=[0..1,-1..1], insequence=true);

plots:-display(plottools:-transform((x,y)-&amp;gt;[y,x])(A),
               view=[-1..1,0..1], insequence=true);
&lt;/pre&gt;
&lt;!--break--&gt;
&lt;p&gt;acer&lt;/p&gt;</description>
      <guid>133656</guid>
      <pubDate>Wed, 02 May 2012 21:56:34 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
  </channel>
</rss>