<?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: Boxplot for different treatments in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Re-Boxplot-for-different-treatments/m-p/427395#M14840</link>
    <description>Thank you for help! I tried the two vbox, but the overlay doesn't looks good. Maybe modifying my data before plot is the way to do so.</description>
    <pubDate>Fri, 12 Jan 2018 23:11:05 GMT</pubDate>
    <dc:creator>hua</dc:creator>
    <dc:date>2018-01-12T23:11:05Z</dc:date>
    <item>
      <title>Re: Boxplot for different treatments</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Re-Boxplot-for-different-treatments/m-p/427395#M14840</link>
      <description>Thank you for help! I tried the two vbox, but the overlay doesn't looks good. Maybe modifying my data before plot is the way to do so.</description>
      <pubDate>Fri, 12 Jan 2018 23:11:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Re-Boxplot-for-different-treatments/m-p/427395#M14840</guid>
      <dc:creator>hua</dc:creator>
      <dc:date>2018-01-12T23:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Boxplot for different treatments</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Re-Boxplot-for-different-treatments/m-p/429159#M14842</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/55231"&gt;@hua&lt;/a&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the question here? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 15:26:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Re-Boxplot-for-different-treatments/m-p/429159#M14842</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-01-19T15:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Boxplot for different treatments</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Re-Boxplot-for-different-treatments/m-p/429171#M14843</link>
      <description>&lt;P&gt;If you are overlaying two boxplots, use the DISCRETEOFFSET option to move one to the left and one to the right so that they do not overlap. Here is a simple example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.class;
vbox weight / category=age discreteoffset=-0.22;
vbox height / category=age discreteoffset=0.22;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 15:52:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Re-Boxplot-for-different-treatments/m-p/429171#M14843</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-01-19T15:52:16Z</dc:date>
    </item>
  </channel>
</rss>

