<?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: Change color of boxplot (not working) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Change-color-of-boxplot-not-working/m-p/477565#M286193</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/176500"&gt;@Revere2323&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello--&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS is not using the options that I input, even though it is not reading it as an error.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc boxplot data=example;&lt;BR /&gt;plot free*id/ boxstyle=schematic nohlabel idsymbol= box cboxes=black cboxfill=red;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I run this code, there are no errors, but the color of the box plot does not change. Nothing changes. It is always the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;From Proc Boxplot documentation in the section about Traditional Graphics and ODS Graphics&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Global graphics statements (GOPTIONS, AXIS, and SYMBOL, for example) and PLOT statement options that specify details of graph appearance (such as &lt;A href="http://127.0.0.1:53978/help/statug.hlp/statug_boxplot_syntax06.htm#statug.boxplot.opt_cboxfill" target="_blank"&gt;CBOXFILL=&lt;/A&gt; and &lt;A href="http://127.0.0.1:53978/help/statug.hlp/statug_boxplot_syntax06.htm#statug.boxplot.opt_font" target="_blank"&gt;FONT=&lt;/A&gt; ) are ignored when ODS Graphics is enabled.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The Plot statement syntax page should show which elements work with ODS graphics. Different ODS Style will change colors.&lt;/P&gt;
&lt;P&gt;Or use Proc SGPLOT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jul 2018 15:40:00 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-07-12T15:40:00Z</dc:date>
    <item>
      <title>Change color of boxplot (not working)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-color-of-boxplot-not-working/m-p/477181#M286192</link>
      <description>&lt;P&gt;Hello--&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS is not using the options that I input, even though it is not reading it as an error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc boxplot data=example;&lt;BR /&gt;plot free*id/ boxstyle=schematic nohlabel idsymbol= box cboxes=black cboxfill=red;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run this code, there are no errors, but the color of the box plot does not change. Nothing changes. It is always the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 18:02:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-color-of-boxplot-not-working/m-p/477181#M286192</guid>
      <dc:creator>Revere2323</dc:creator>
      <dc:date>2018-07-11T18:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Change color of boxplot (not working)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-color-of-boxplot-not-working/m-p/477565#M286193</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/176500"&gt;@Revere2323&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello--&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS is not using the options that I input, even though it is not reading it as an error.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc boxplot data=example;&lt;BR /&gt;plot free*id/ boxstyle=schematic nohlabel idsymbol= box cboxes=black cboxfill=red;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I run this code, there are no errors, but the color of the box plot does not change. Nothing changes. It is always the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;From Proc Boxplot documentation in the section about Traditional Graphics and ODS Graphics&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Global graphics statements (GOPTIONS, AXIS, and SYMBOL, for example) and PLOT statement options that specify details of graph appearance (such as &lt;A href="http://127.0.0.1:53978/help/statug.hlp/statug_boxplot_syntax06.htm#statug.boxplot.opt_cboxfill" target="_blank"&gt;CBOXFILL=&lt;/A&gt; and &lt;A href="http://127.0.0.1:53978/help/statug.hlp/statug_boxplot_syntax06.htm#statug.boxplot.opt_font" target="_blank"&gt;FONT=&lt;/A&gt; ) are ignored when ODS Graphics is enabled.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The Plot statement syntax page should show which elements work with ODS graphics. Different ODS Style will change colors.&lt;/P&gt;
&lt;P&gt;Or use Proc SGPLOT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 15:40:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-color-of-boxplot-not-working/m-p/477565#M286193</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-07-12T15:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Change color of boxplot (not working)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-color-of-boxplot-not-working/m-p/631235#M286194</link>
      <description>&lt;P&gt;For the sake of other newbies (like myself), ODS Graphics can be disabled with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Link to the&lt;A title="Traditional Graphics and ODS Graphics" href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_boxplot_overview01.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_self"&gt;&amp;nbsp;previously mentioned documentation page&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 14:25:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-color-of-boxplot-not-working/m-p/631235#M286194</guid>
      <dc:creator>ilikeavocados</dc:creator>
      <dc:date>2020-03-11T14:25:51Z</dc:date>
    </item>
  </channel>
</rss>

