<?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: Box Plot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Box-Plot/m-p/416889#M14321</link>
    <description>&lt;P&gt;&lt;SPAN&gt;title&amp;nbsp;"Diastolic Blood Pressure by Ethnicity/Race Group" bold;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;proc&amp;nbsp;sgplot&amp;nbsp;data = HypAnl.HypPrimanl;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;refline 90;&lt;BR /&gt;&lt;SPAN&gt;vbox&amp;nbsp;DBP /&amp;nbsp;group = EthRaceCd ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This will make the reference line draw behind the boxes. Move the REFLINE statement after the VBOX statement if you want them drawn in front of the boxes. There are a number of options on the REFLINE statement to enhance its appearance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Nov 2017 21:07:17 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2017-11-28T21:07:17Z</dc:date>
    <item>
      <title>Box Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Box-Plot/m-p/416871#M14318</link>
      <description>&lt;P&gt;I am creating a vertical box plot and want to add some specific features. So far I have produced this code that creates the general structure that I want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;title&amp;nbsp;"Diastolic Blood Pressure by Ethnicity/Race Group" bold;&lt;BR /&gt;proc&amp;nbsp;sgplot&amp;nbsp;data = HypAnl.HypPrimanl;&lt;BR /&gt;vbox&amp;nbsp;DBP /&amp;nbsp;group = EthRaceCd ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I now want to add some specific features, but am unsure exactly where in code they actually go. For example, I want a reference line called "Hypertension Threshold" that runs at 90 on the Y-axis. Where in the code do I add these kind of features?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 20:45:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Box-Plot/m-p/416871#M14318</guid>
      <dc:creator>marianhabesland</dc:creator>
      <dc:date>2017-11-28T20:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Box Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Box-Plot/m-p/416888#M14320</link>
      <description>&lt;P&gt;Just add more statements.&amp;nbsp; In particular, put a REFLINE statement after the PROC statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://go.documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n0ezn6n9coszztn100iyzhfvwnhp.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&amp;nbsp;" target="_blank"&gt;http://go.documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n0ezn6n9coszztn100iyzhfvwnhp.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Statements listed first get displayed first.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 21:06:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Box-Plot/m-p/416888#M14320</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-11-28T21:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Box Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Box-Plot/m-p/416889#M14321</link>
      <description>&lt;P&gt;&lt;SPAN&gt;title&amp;nbsp;"Diastolic Blood Pressure by Ethnicity/Race Group" bold;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;proc&amp;nbsp;sgplot&amp;nbsp;data = HypAnl.HypPrimanl;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;refline 90;&lt;BR /&gt;&lt;SPAN&gt;vbox&amp;nbsp;DBP /&amp;nbsp;group = EthRaceCd ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This will make the reference line draw behind the boxes. Move the REFLINE statement after the VBOX statement if you want them drawn in front of the boxes. There are a number of options on the REFLINE statement to enhance its appearance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 21:07:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Box-Plot/m-p/416889#M14321</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-11-28T21:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Box Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Box-Plot/m-p/416893#M14322</link>
      <description>&lt;P&gt;Thank you both! That definitely helps!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 21:17:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Box-Plot/m-p/416893#M14322</guid>
      <dc:creator>marianhabesland</dc:creator>
      <dc:date>2017-11-28T21:17:48Z</dc:date>
    </item>
  </channel>
</rss>

