<?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: plotting Side-by-side boxplots. in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/plotting-Side-by-side-boxplots/m-p/510288#M17345</link>
    <description>I’m assuming your title of ‘box plot’ is a typo, is that correct?</description>
    <pubDate>Sun, 04 Nov 2018 22:59:13 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-11-04T22:59:13Z</dc:date>
    <item>
      <title>plotting Side-by-side boxplots.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/plotting-Side-by-side-boxplots/m-p/510285#M17342</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="like this" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24637iD08DD6937A31E044/image-size/large?v=v2&amp;amp;px=999" role="button" title="drawing the boxplot.PNG" alt="like this" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;like this&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Nov 2018 22:35:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/plotting-Side-by-side-boxplots/m-p/510285#M17342</guid>
      <dc:creator>Oluwole</dc:creator>
      <dc:date>2018-11-04T22:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: plotting Side-by-side boxplots.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/plotting-Side-by-side-boxplots/m-p/510286#M17343</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I will appreciate getting a sas code to produce a plot as depicted here&lt;/SPAN&gt;. Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Nov 2018 22:36:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/plotting-Side-by-side-boxplots/m-p/510286#M17343</guid>
      <dc:creator>Oluwole</dc:creator>
      <dc:date>2018-11-04T22:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: plotting Side-by-side boxplots.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/plotting-Side-by-side-boxplots/m-p/510287#M17344</link>
      <description>Start with a dot plot x3, and add a refline statement within SGPLOT. &lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=p0gqid79xbmd6ln1lxic94wsn7q3.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=p0gqid79xbmd6ln1lxic94wsn7q3.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;</description>
      <pubDate>Sun, 04 Nov 2018 22:58:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/plotting-Side-by-side-boxplots/m-p/510287#M17344</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-04T22:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: plotting Side-by-side boxplots.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/plotting-Side-by-side-boxplots/m-p/510288#M17345</link>
      <description>I’m assuming your title of ‘box plot’ is a typo, is that correct?</description>
      <pubDate>Sun, 04 Nov 2018 22:59:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/plotting-Side-by-side-boxplots/m-p/510288#M17345</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-04T22:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: plotting Side-by-side boxplots.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/plotting-Side-by-side-boxplots/m-p/510366#M17346</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.class;
dot name/response=weight markerattrs=(symbol=trianglefilled color=blue) nostatlabel;
dot name/response=height markerattrs=(symbol=circlefilled color=red) nostatlabel;
dot name/response=age markerattrs=(symbol=circlefilled color=black) nostatlabel;
refline 80/axis=x lineattrs=(pattern=dash);
xaxis display=(nolabel);
keylegend /location=inside position=bottomright across=1;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 Nov 2018 12:33:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/plotting-Side-by-side-boxplots/m-p/510366#M17346</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-11-05T12:33:14Z</dc:date>
    </item>
  </channel>
</rss>

