<?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 SAS Plotter version 1.3 was released!! in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Plotter-version-1-3-was-released/m-p/935768#M24792</link>
    <description>&lt;P&gt;Hi. I'm SupermanJP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I updated SAS plotter,&amp;nbsp; modern data visualization package for SAS base.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/SASPAC/sasplotter" target="_blank"&gt;https://github.com/SASPAC/sasplotter&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;document&lt;/P&gt;
&lt;P&gt;&lt;A href="https://superman-jp.github.io/SAS_Plotter/" target="_self" rel="nofollow noopener noreferrer"&gt;https://superman-jp.github.io/SAS_Plotter/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks you&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35763" target="_blank"&gt;@yabwon&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see the usefulness of this package by running the following code.&lt;/P&gt;
&lt;P&gt;for more information, see document.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="sas"&gt;filename packages "&amp;lt;your path&amp;gt;";
filename SPFinit url "https://raw.githubusercontent.com/yabwon/SAS_PACKAGES/main/SPF/SPFinit.sas";
%include SPFinit;

/* install sas package framework*/
%installPackage(SPFinit);

/*install SAS plotter*/
%installpackage(sasplotter);

%loadpackage(sasplotter);

/* execute sankey diagram example */
ods listing gpath=&amp;lt;your output path&amp;gt;; 
filename exam url "https://github.com/Superman-jp/SAS_Plotter/raw/main/example/sankey_example.sas" encoding="UTF-8"; 

%include exam;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jul 2024 03:42:54 GMT</pubDate>
    <dc:creator>SupermanJP</dc:creator>
    <dc:date>2024-07-15T03:42:54Z</dc:date>
    <item>
      <title>SAS Plotter version 1.3 was released!!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Plotter-version-1-3-was-released/m-p/935768#M24792</link>
      <description>&lt;P&gt;Hi. I'm SupermanJP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I updated SAS plotter,&amp;nbsp; modern data visualization package for SAS base.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/SASPAC/sasplotter" target="_blank"&gt;https://github.com/SASPAC/sasplotter&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;document&lt;/P&gt;
&lt;P&gt;&lt;A href="https://superman-jp.github.io/SAS_Plotter/" target="_self" rel="nofollow noopener noreferrer"&gt;https://superman-jp.github.io/SAS_Plotter/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks you&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35763" target="_blank"&gt;@yabwon&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see the usefulness of this package by running the following code.&lt;/P&gt;
&lt;P&gt;for more information, see document.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="sas"&gt;filename packages "&amp;lt;your path&amp;gt;";
filename SPFinit url "https://raw.githubusercontent.com/yabwon/SAS_PACKAGES/main/SPF/SPFinit.sas";
%include SPFinit;

/* install sas package framework*/
%installPackage(SPFinit);

/*install SAS plotter*/
%installpackage(sasplotter);

%loadpackage(sasplotter);

/* execute sankey diagram example */
ods listing gpath=&amp;lt;your output path&amp;gt;; 
filename exam url "https://github.com/Superman-jp/SAS_Plotter/raw/main/example/sankey_example.sas" encoding="UTF-8"; 

%include exam;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 03:42:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Plotter-version-1-3-was-released/m-p/935768#M24792</guid>
      <dc:creator>SupermanJP</dc:creator>
      <dc:date>2024-07-15T03:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Plotter version 1.3 was released!!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Plotter-version-1-3-was-released/m-p/935772#M24793</link>
      <description>&lt;P&gt;Well done and thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 05:49:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Plotter-version-1-3-was-released/m-p/935772#M24793</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2024-07-15T05:49:54Z</dc:date>
    </item>
  </channel>
</rss>

