<?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 Line Color in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Box-Plot-Line-Color/m-p/416936#M4086</link>
    <description>&lt;P&gt;refline&amp;nbsp;90 / label= "Hypertension Threshold"&lt;BR /&gt;lineattrs= (color=red);&lt;BR /&gt;vbox&amp;nbsp;dbp /&amp;nbsp;group&amp;nbsp;=&amp;nbsp;ethracecd&amp;nbsp;&lt;BR /&gt;fillattrs= (color=lightred) lineattrs= (color = black);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I did add a refline. This is that part of the code. I tried using a lineattr to color the actual plot, but that does not change anything, but does not create an error.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Nov 2017 01:58:17 GMT</pubDate>
    <dc:creator>HSM9</dc:creator>
    <dc:date>2017-11-29T01:58:17Z</dc:date>
    <item>
      <title>Box Plot Line Color</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Box-Plot-Line-Color/m-p/416931#M4083</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-11-28 at 18.38.05.png" style="width: 340px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16897iC13B95AC6722947D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-11-28 at 18.38.05.png" alt="Screen Shot 2017-11-28 at 18.38.05.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have the following box plot made using PROC SGPLOT. I got the color of the actual boxplot correct by adding this statement: FILLATTRS= (COLOR=LIGHTRED). Now I want to change the colors of the lines of the boxplot so they all are black. If you need my code, just let me know, but it is rather long, and thought maybe someone knew the statement to just change the color of the lines.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 01:43:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Box-Plot-Line-Color/m-p/416931#M4083</guid>
      <dc:creator>HSM9</dc:creator>
      <dc:date>2017-11-29T01:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Box Plot Line Color</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Box-Plot-Line-Color/m-p/416932#M4084</link>
      <description>&lt;P&gt;Assuming you used REFLINE, did you try setting the line colour on the REFLINE statement using the LINEATRRS, specifically colour.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/177413"&gt;@HSM9&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-11-28 at 18.38.05.png" style="width: 340px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16897iC13B95AC6722947D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-11-28 at 18.38.05.png" alt="Screen Shot 2017-11-28 at 18.38.05.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have the following box plot made using PROC SGPLOT. I got the color of the actual boxplot correct by adding this statement: FILLATTRS= (COLOR=LIGHTRED). Now I want to change the colors of the lines of the boxplot so they all are black. If you need my code, just let me know, but it is rather long, and thought maybe someone knew the statement to just change the color of the lines.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 01:51:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Box-Plot-Line-Color/m-p/416932#M4084</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-29T01:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Box Plot Line Color</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Box-Plot-Line-Color/m-p/416933#M4085</link>
      <description>Reference for you:&lt;BR /&gt;&lt;A href="http://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n0ezn6n9coszztn100iyzhfvwnhp.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#p083tidyx7d5z5n1l06q9ruobs9n" target="_blank"&gt;http://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n0ezn6n9coszztn100iyzhfvwnhp.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#p083tidyx7d5z5n1l06q9ruobs9n&lt;/A&gt;</description>
      <pubDate>Wed, 29 Nov 2017 01:52:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Box-Plot-Line-Color/m-p/416933#M4085</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-29T01:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Box Plot Line Color</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Box-Plot-Line-Color/m-p/416936#M4086</link>
      <description>&lt;P&gt;refline&amp;nbsp;90 / label= "Hypertension Threshold"&lt;BR /&gt;lineattrs= (color=red);&lt;BR /&gt;vbox&amp;nbsp;dbp /&amp;nbsp;group&amp;nbsp;=&amp;nbsp;ethracecd&amp;nbsp;&lt;BR /&gt;fillattrs= (color=lightred) lineattrs= (color = black);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I did add a refline. This is that part of the code. I tried using a lineattr to color the actual plot, but that does not change anything, but does not create an error.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 01:58:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Box-Plot-Line-Color/m-p/416936#M4086</guid>
      <dc:creator>HSM9</dc:creator>
      <dc:date>2017-11-29T01:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Box Plot Line Color</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Box-Plot-Line-Color/m-p/416938#M4087</link>
      <description>&lt;P&gt;ATTRPRIORITY?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can search on here for how that functions. Only other thing I can think of ... without having data to test things.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 02:05:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Box-Plot-Line-Color/m-p/416938#M4087</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-29T02:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Box Plot Line Color</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Box-Plot-Line-Color/m-p/416940#M4088</link>
      <description>&lt;P&gt;Hm, yeah this does not work for some reason after trying multpile different ways. No error messages, but color stays the same. I'll see if I can find other things to try.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 02:43:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Box-Plot-Line-Color/m-p/416940#M4088</guid>
      <dc:creator>HSM9</dc:creator>
      <dc:date>2017-11-29T02:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Box Plot Line Color</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Box-Plot-Line-Color/m-p/417267#M4090</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/177413"&gt;@HSM9&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;refline&amp;nbsp;90 / label= "Hypertension Threshold"&lt;BR /&gt;lineattrs= (color=red);&lt;BR /&gt;vbox&amp;nbsp;dbp /&amp;nbsp;group&amp;nbsp;=&amp;nbsp;ethracecd&amp;nbsp;&lt;BR /&gt;fillattrs= (color=lightred) lineattrs= (color = black);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, I did add a refline. This is that part of the code. I tried using a lineattr to color the actual plot, but that does not change anything, but does not create an error.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Per the documentation the lineattrs option is ignored if the GROUP= option is also specified.&lt;/P&gt;
&lt;P&gt;Instead of Group= try using CATEGORY=.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 23:24:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Box-Plot-Line-Color/m-p/417267#M4090</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-11-29T23:24:31Z</dc:date>
    </item>
  </channel>
</rss>

