<?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: Fun with SAS ODS Graphics: Rain Cloud Plot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771927#M22076</link>
    <description>&lt;P&gt;Bart,&lt;/P&gt;
&lt;P&gt;I really like the raincloud plots. However, when I run the&amp;nbsp;%include packages(SPFinit.sas); I geta whole bunch of errors like those below. Any idea why? Using SAS 9.4 TS Level 1M3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;WARNING: Apparent symbolic reference LT not resolved.&lt;BR /&gt;WARNING: Apparent symbolic reference GT not resolved.&lt;BR /&gt;WARNING: Apparent symbolic reference LT not resolved.&lt;BR /&gt;WARNING: Apparent symbolic reference GT not resolved.&lt;BR /&gt;NOTE: The internal source spool file has been truncated. Error logging with line and column&lt;BR /&gt;information might be incomplete until next step boundary.&lt;BR /&gt;YHQSRC/XZPWRIT failure&lt;/P&gt;</description>
    <pubDate>Mon, 04 Oct 2021 13:30:50 GMT</pubDate>
    <dc:creator>BTAinRVA</dc:creator>
    <dc:date>2021-10-04T13:30:50Z</dc:date>
    <item>
      <title>Fun with SAS ODS Graphics: Rain Cloud Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771681#M22065</link>
      <description>&lt;P&gt;Hey fellow SASers!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The other day I encounter this "rain cloud" plot idea. That one which&amp;nbsp;&lt;SPAN&gt;plots: kernel density estimates, data values, and box-and-whiskers plot&lt;/SPAN&gt;&amp;nbsp;together. Giving a result like below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="baseplus_RainCloudPlot_Ex0_9.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64305iE614023F3BCAA512/image-size/large?v=v2&amp;amp;px=999" role="button" title="baseplus_RainCloudPlot_Ex0_9.png" alt="baseplus_RainCloudPlot_Ex0_9.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did some googling but couldn't find how to get one in Base SAS... So I wrote this macro named&amp;nbsp;&lt;STRONG&gt;%rainCloudPlot()&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Now you just write:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%rainCloudPlot(sashelp.cars,DriveTrain,Invoice)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and get a picture like the one above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Macro is available in the BasePlus package (&lt;A href="https://github.com/yabwon/SAS_PACKAGES/" target="_blank"&gt;https://github.com/yabwon/SAS_PACKAGES/&lt;/A&gt;)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Macro documentation &lt;/STRONG&gt;is here: &lt;A href="https://github.com/yabwon/SAS_PACKAGES/blob/main/packages/baseplus.md#raincloudplot-macro" target="_blank"&gt;https://github.com/yabwon/SAS_PACKAGES/blob/main/packages/baseplus.md#raincloudplot-macro&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you will find it useful. Any feedback is welcome as well!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 20:02:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771681#M22065</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2021-10-01T20:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fun with SAS ODS Graphics: Rain Cloud Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771802#M22069</link>
      <description>That's a great plot. Thank you Bart.</description>
      <pubDate>Sun, 03 Oct 2021 05:22:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771802#M22069</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-10-03T05:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fun with SAS ODS Graphics: Rain Cloud Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771819#M22070</link>
      <description>&lt;P&gt;I'm glad you like it. &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;Bart&lt;/P&gt;</description>
      <pubDate>Sun, 03 Oct 2021 18:24:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771819#M22070</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2021-10-03T18:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fun with SAS ODS Graphics: Rain Cloud Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771913#M22072</link>
      <description>&lt;P&gt;Very nice,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35763"&gt;@yabwon&lt;/a&gt; !&amp;nbsp; I was shocked to see you did that with SGPLOT, and not GTL.&amp;nbsp; When I started with ODS graphics, I spent the first year or so mostly using GTL.&amp;nbsp; But at some point, I realized how much was possible with SGPLOT, and now I rarely write GTL.&amp;nbsp; This is a great example of "if you can dream it you can make it" with SGPLOT.&amp;nbsp; Very nice.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 12:00:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771913#M22072</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2021-10-04T12:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fun with SAS ODS Graphics: Rain Cloud Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771914#M22073</link>
      <description>&lt;P&gt;I did it with&amp;nbsp;&lt;SPAN&gt;SGPLOT because I don't feel confident with GTL (though I would like to feel) &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Bart&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 12:07:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771914#M22073</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2021-10-04T12:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Fun with SAS ODS Graphics: Rain Cloud Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771915#M22074</link>
      <description>&lt;P&gt;Great job!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will use it in my work in BAU project!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 12:12:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771915#M22074</guid>
      <dc:creator>michal_1407</dc:creator>
      <dc:date>2021-10-04T12:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fun with SAS ODS Graphics: Rain Cloud Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771917#M22075</link>
      <description>&lt;P&gt;That's good news &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;B.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 12:20:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771917#M22075</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2021-10-04T12:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Fun with SAS ODS Graphics: Rain Cloud Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771927#M22076</link>
      <description>&lt;P&gt;Bart,&lt;/P&gt;
&lt;P&gt;I really like the raincloud plots. However, when I run the&amp;nbsp;%include packages(SPFinit.sas); I geta whole bunch of errors like those below. Any idea why? Using SAS 9.4 TS Level 1M3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;WARNING: Apparent symbolic reference LT not resolved.&lt;BR /&gt;WARNING: Apparent symbolic reference GT not resolved.&lt;BR /&gt;WARNING: Apparent symbolic reference LT not resolved.&lt;BR /&gt;WARNING: Apparent symbolic reference GT not resolved.&lt;BR /&gt;NOTE: The internal source spool file has been truncated. Error logging with line and column&lt;BR /&gt;information might be incomplete until next step boundary.&lt;BR /&gt;YHQSRC/XZPWRIT failure&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 13:30:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771927#M22076</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2021-10-04T13:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Fun with SAS ODS Graphics: Rain Cloud Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771933#M22078</link>
      <description>&lt;P&gt;Could you&amp;nbsp; share what code did you execute?&lt;/P&gt;
&lt;P&gt;What SAS session are you using (UTF8, latin2, wlatin2, etc)?&lt;/P&gt;
&lt;P&gt;Could you share more log?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you use the code from github:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename packages "/path/for/packages"; /* setup temporary directory for packages in the WORK */
filename SPFinit url "https://raw.githubusercontent.com/yabwon/SAS_PACKAGES/main/SPF/SPFinit.sas";
%include SPFinit; /* enable the framework */

%installPackage(SPFinit)

/* %include packages(SPFinit.sas); */

%installPackage(packageName) /* install the package */
%helpPackage(packageName)    /* get help about the package */
%loadPackage(packageName)    /* load the package content into the SAS session */&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe write me a private message, so we could discuss and figure it out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 14:08:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771933#M22078</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2021-10-04T14:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Fun with SAS ODS Graphics: Rain Cloud Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771943#M22079</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35763"&gt;@yabwon&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am looking forward to trying this on "real" data!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 15:00:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771943#M22079</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-10-04T15:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Fun with SAS ODS Graphics: Rain Cloud Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771949#M22080</link>
      <description>&lt;P&gt;Bart,&lt;/P&gt;
&lt;P&gt;I tried using the code in the&amp;nbsp;Getting_Started_with_SAS_Packages.pdf you posted:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;filename packages "C:\Users\soj2\Documents\SAS_Packages";&lt;BR /&gt;%include packages(SPFinit.sas);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not really sure about the SAS session. How do I find that?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 15:44:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771949#M22080</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2021-10-04T15:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fun with SAS ODS Graphics: Rain Cloud Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771978#M22081</link>
      <description>&lt;P&gt;Ok,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) About SAS session, try to run:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put &amp;amp;=sysencoding.;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;2) Did you downloaded both files: SPFinit.sas and baseplus.zip into "&lt;SPAN&gt;C:\Users\soj2\Documents\SAS_Packages"?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;All the best&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Bart&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 17:57:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771978#M22081</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2021-10-04T17:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Fun with SAS ODS Graphics: Rain Cloud Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771987#M22086</link>
      <description>&lt;P&gt;Bart,&lt;/P&gt;
&lt;P&gt;Yes, I downloaded&amp;nbsp;&lt;SPAN&gt;SPFinit.sas and baseplus.zip into "&lt;/SPAN&gt;&lt;SPAN&gt;C:\Users\soj2\Documents\SAS_Packages".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;sysencoding=wlatin1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 18:27:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/771987#M22086</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2021-10-04T18:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Fun with SAS ODS Graphics: Rain Cloud Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/772107#M22088</link>
      <description>&lt;P&gt;Dear SAS community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I updated the `&lt;STRONG&gt;%rainCloudMacro()&lt;/STRONG&gt;`.&lt;/P&gt;
&lt;P&gt;New parameters were added and the doc. was updated. You can check it out here:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/yabwon/SAS_PACKAGES/blob/main/packages/baseplus.md#raincloudplot-macro" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/yabwon/SAS_PACKAGES/blob/main/packages/baseplus.md#raincloudplot-macro&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the feedback I've got from you! [especially to Brian (&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16672"&gt;@BTAinRVA&lt;/a&gt;)].&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you will find it useful. And as usual, any more feedback is more than welcome!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 10:16:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fun-with-SAS-ODS-Graphics-Rain-Cloud-Plot/m-p/772107#M22088</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2021-10-05T10:16:51Z</dc:date>
    </item>
  </channel>
</rss>

