<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Creating animated charts in SAS 9.3 in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Creating-animated-charts-in-SAS-9-3/m-p/261461#M9433</link>
    <description>&lt;P&gt;Thanks everyone. I get 9.4 in a month so it can wait. It looks like a really cool feature.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Apr 2016 16:02:54 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-04-05T16:02:54Z</dc:date>
    <item>
      <title>Creating animated charts in SAS 9.3</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Creating-animated-charts-in-SAS-9-3/m-p/260155#M9389</link>
      <description>&lt;P&gt;Does anyone know if there's a way to create an animated chart in SAS 9.3?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see examples for SAS 9.4 but I'm stuck on 9.3 for a few more months &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-Create-an-Animated-BarChart-using-SGPlot-Procedure/ta-p/223693" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-Create-an-Animated-BarChart-using-SGPlot-Procedure/ta-p/223693&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 16:55:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Creating-animated-charts-in-SAS-9-3/m-p/260155#M9389</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-30T16:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating animated charts in SAS 9.3</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Creating-animated-charts-in-SAS-9-3/m-p/260157#M9390</link>
      <description>&lt;P&gt;I might be able to help. In general, animation requires that&amp;nbsp;you &lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_odsgraph_sect032.htm" target="_self"&gt;create a series of plots (as GIF or PNG) with sequential names &lt;/A&gt;such as&lt;/P&gt;
&lt;P&gt;Anim1.png thru Anim100.png.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think SAS 9.3 had the capabillity to stitch the images together, but you can do that step outside of SAS.I recommend an animation utility called GiftedMotion, which is a&amp;nbsp; free Java program. That utility enables you to create an animated GIF from the individual images.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 17:10:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Creating-animated-charts-in-SAS-9-3/m-p/260157#M9390</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-03-30T17:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating animated charts in SAS 9.3</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Creating-animated-charts-in-SAS-9-3/m-p/260158#M9391</link>
      <description>&lt;P&gt;Here's one&lt;/P&gt;
&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd58/starmap_info.htm" target="_blank"&gt;http://robslink.com/SAS/democd58/starmap_info.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Or just text&lt;/P&gt;
&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd56/sas_data_wars_crawl_info.htm" target="_blank"&gt;http://robslink.com/SAS/democd56/sas_data_wars_crawl_info.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And a page of examples dating to SAS 9.2&lt;/P&gt;
&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd27/aaaindex.htm" target="_blank"&gt;http://robslink.com/SAS/democd27/aaaindex.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 17:12:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Creating-animated-charts-in-SAS-9-3/m-p/260158#M9391</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-03-30T17:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating animated charts in SAS 9.3</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Creating-animated-charts-in-SAS-9-3/m-p/261396#M9426</link>
      <description>&lt;P&gt;Yes old (and new) versions of SAS can indeed 'stitch' the graphs together into a gif animation! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actually, I have updated many of the examples in democd27 to use the 'new' gif animation syntax.&lt;/P&gt;
&lt;P&gt;But I do still have some of the code around that can create gif animations using the 'old' syntax.&lt;/P&gt;
&lt;P&gt;For example, if you go to &lt;A href="http://robslink.com/SAS/democd27/aaaindex.htm" target="_self"&gt;democd27&lt;/A&gt;, and click the &lt;A href="http://robslink.com/SAS/democd27/crime_info.htm" target="_self"&gt;text/link&lt;/A&gt; ('crime rate animation') under the first image thumbnail,&lt;/P&gt;
&lt;P&gt;you'll see that it has a code link with '&lt;A href="http://robslink.com/SAS/democd27/crime_92.sas" target="_self"&gt;(old style syntax)&lt;/A&gt;' beside of it - this was code I originally used in SAS 9.2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Robert&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 14:09:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Creating-animated-charts-in-SAS-9-3/m-p/261396#M9426</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2016-04-05T14:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creating animated charts in SAS 9.3</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Creating-animated-charts-in-SAS-9-3/m-p/261461#M9433</link>
      <description>&lt;P&gt;Thanks everyone. I get 9.4 in a month so it can wait. It looks like a really cool feature.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 16:02:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Creating-animated-charts-in-SAS-9-3/m-p/261461#M9433</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-05T16:02:54Z</dc:date>
    </item>
  </channel>
</rss>

