<?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 Sankey diagram in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Sankey-diagram/m-p/480950#M16618</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I recently saw a&amp;nbsp;Sankey diagram generated from SAS&amp;nbsp;VA. It looks cool and eye-catching.&lt;/P&gt;&lt;P&gt;I wonder if it can be created from&amp;nbsp;the coding on SAS graph with 9.4 M5 that is version&amp;nbsp;I currently have.&lt;/P&gt;&lt;P&gt;or&amp;nbsp;would anyone who already generated SAS code like to share?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ethan&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jul 2018 21:22:45 GMT</pubDate>
    <dc:creator>t75wez1</dc:creator>
    <dc:date>2018-07-24T21:22:45Z</dc:date>
    <item>
      <title>Sankey diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sankey-diagram/m-p/480950#M16618</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I recently saw a&amp;nbsp;Sankey diagram generated from SAS&amp;nbsp;VA. It looks cool and eye-catching.&lt;/P&gt;&lt;P&gt;I wonder if it can be created from&amp;nbsp;the coding on SAS graph with 9.4 M5 that is version&amp;nbsp;I currently have.&lt;/P&gt;&lt;P&gt;or&amp;nbsp;would anyone who already generated SAS code like to share?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ethan&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 21:22:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sankey-diagram/m-p/480950#M16618</guid>
      <dc:creator>t75wez1</dc:creator>
      <dc:date>2018-07-24T21:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sankey diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sankey-diagram/m-p/480961#M16619</link>
      <description>&lt;P&gt;Google can be your friend.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The second result from "Sankey Diagram SAS" yields:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2015/03/21/sankey-diagrams/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2015/03/21/sankey-diagrams/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which has a text file you can download with an example data set and code that uses SGPLOT to make said diagram.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 22:57:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sankey-diagram/m-p/480961#M16619</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-07-24T22:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sankey diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sankey-diagram/m-p/481114#M16620</link>
      <description>&lt;P&gt;Note:&amp;nbsp; The Blog article on "Sankey Diagram" that BallardW has referred to was only my attempt to show how some SGPLOT statements can be used to create a flow diagram.&amp;nbsp; In the figure, I was attempting to create a diagram a user wanted.&amp;nbsp; The coordinate points are very customized and will vary by your usage.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no "Sankey" statement in SG that will take your data and produce a nice Sankey diagram like the one in VA.&amp;nbsp; However, we hope we can surface that code in a procedure in the future.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 13:42:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sankey-diagram/m-p/481114#M16620</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2018-07-25T13:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sankey diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sankey-diagram/m-p/481536#M16631</link>
      <description>Appreciate the insights and hope "Sankey" option in SG from next SAS version.</description>
      <pubDate>Thu, 26 Jul 2018 14:48:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sankey-diagram/m-p/481536#M16631</guid>
      <dc:creator>t75wez1</dc:creator>
      <dc:date>2018-07-26T14:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sankey diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sankey-diagram/m-p/631068#M19574</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13856"&gt;@Jay54&lt;/a&gt;&amp;nbsp;! I was wondering if there has being an update to developing a Sankey chart using SAS Enterprise Guide or SAS Studio :). Thanks in advance for your response! FYI, I am part of a University and we have the&amp;nbsp;Educational Analytics Suite in case that helps figuring out what environments I have access to ( I know that SAS Viya for Learners would not work given the restriction to upload my own data).&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 19:32:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sankey-diagram/m-p/631068#M19574</guid>
      <dc:creator>danielagonzales</dc:creator>
      <dc:date>2020-03-10T19:32:27Z</dc:date>
    </item>
  </channel>
</rss>

