<?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: Customize colors of BOXPLOTS in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Customize-colors-of-BOXPLOTS/m-p/506585#M17258</link>
    <description>&lt;P&gt;I keep forgetting that my PC has limited graphics capability, so maybe that's why I'm not seeing what I think is Brilliant Green next to BIG.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Oct 2018 19:28:23 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2018-10-22T19:28:23Z</dc:date>
    <item>
      <title>Customize colors of BOXPLOTS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Customize-colors-of-BOXPLOTS/m-p/506520#M17251</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to customize colors in my Boxplots the following way:&lt;/P&gt;&lt;P&gt;proc boxplot data=Simon_f3r;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;plot q_TNF_alphaD_TNF_alphaC*Gruppe/&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;boxstyle=SCHEMATICID cboxfill=big cboxes=big;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;where Gruppe in (1 2);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I only get results in the standard colors. Can anyone tell me what I am doing wrong? (I am using SAS Studio. I don't know wether this could be part of the problem.)&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 16:31:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Customize-colors-of-BOXPLOTS/m-p/506520#M17251</guid>
      <dc:creator>romangelzhaeuse</dc:creator>
      <dc:date>2018-10-22T16:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Customize colors of BOXPLOTS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Customize-colors-of-BOXPLOTS/m-p/506525#M17252</link>
      <description>&lt;P&gt;I think for that to work, you need this command before you run the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics off;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Oct 2018 16:39:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Customize-colors-of-BOXPLOTS/m-p/506525#M17252</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-10-22T16:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Customize colors of BOXPLOTS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Customize-colors-of-BOXPLOTS/m-p/506526#M17253</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/77314"&gt;@romangelzhaeuse&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am trying to customize colors in my Boxplots the following way:&lt;/P&gt;
&lt;P&gt;proc boxplot data=Simon_f3r;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;plot q_TNF_alphaD_TNF_alphaC*Gruppe/&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;boxstyle=SCHEMATICID cboxfill=big cboxes=big;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;where Gruppe in (1 2);&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I only get results in the standard colors. Can anyone tell me what I am doing wrong? (I am using SAS Studio. I don't know wether this could be part of the problem.)&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Can you provide examples of the values of your variable BIG? Also did you set ODS Graphics on prior? That would interfere with use of the CBOXFILL and other options. From the documentation:&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:59454/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:59454/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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 16:40:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Customize-colors-of-BOXPLOTS/m-p/506526#M17253</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-10-22T16:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Customize colors of BOXPLOTS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Customize-colors-of-BOXPLOTS/m-p/506527#M17254</link>
      <description>&lt;P&gt;In this case, BIG is the name of a color.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 16:41:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Customize-colors-of-BOXPLOTS/m-p/506527#M17254</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-10-22T16:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Customize colors of BOXPLOTS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Customize-colors-of-BOXPLOTS/m-p/506564#M17255</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;In this case, BIG is the name of a color.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Indeed, "brilliant green." I was a bit surprised to see that SAS recognized it. It's contained in a list&amp;nbsp;of (what seem to be legacy) "Predefined SAS Colors" which is easily available from the SAS v&lt;STRONG&gt;8&lt;/STRONG&gt; Online Doc (&lt;A href="http://v8doc.sas.com/sashtml/gref/zgscheme.htm" target="_blank"&gt;http://v8doc.sas.com/sashtml/gref/zgscheme.htm&lt;/A&gt;), but surprisingly hard to find in more recent documentation (in particular not at all in the built-in help files of SAS 9.4). Two of the rare sources:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://support.sas.com/rnd/javadoc/93/Components/com/sas/graphics/components/ganttchart/doc-files/GanttChartTableDataModel.html" target="_blank"&gt;http://support.sas.com/rnd/javadoc/93/Components/com/sas/graphics/components/ganttchart/doc-files/GanttChartTableDataModel.html&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://support.sas.com/kb/31/471.html" target="_blank"&gt;Sample 31471: Display the SAS/GRAPH® named colors&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 22 Oct 2018 18:44:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Customize-colors-of-BOXPLOTS/m-p/506564#M17255</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2018-10-22T18:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Customize colors of BOXPLOTS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Customize-colors-of-BOXPLOTS/m-p/506570#M17256</link>
      <description>&lt;P&gt;It's also listed here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/publishing/authors/extras/62007_Appendix.pdf" target="_blank"&gt;http://support.sas.com/publishing/authors/extras/62007_Appendix.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Except this document actually shows what color BIG should be, and I think it is wrong, I think the color shown on the line above is the actual BIG color.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not to be confused with B1G, which is the Big Ten Conference logo.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 18:59:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Customize-colors-of-BOXPLOTS/m-p/506570#M17256</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-10-22T18:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Customize colors of BOXPLOTS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Customize-colors-of-BOXPLOTS/m-p/506578#M17257</link>
      <description>&lt;P&gt;Thanks for the link. The visual color samples are very helpful. On my monitor the sample in the book (for "BIG") looks perfectly correct.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 19:17:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Customize-colors-of-BOXPLOTS/m-p/506578#M17257</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2018-10-22T19:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Customize colors of BOXPLOTS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Customize-colors-of-BOXPLOTS/m-p/506585#M17258</link>
      <description>&lt;P&gt;I keep forgetting that my PC has limited graphics capability, so maybe that's why I'm not seeing what I think is Brilliant Green next to BIG.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 19:28:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Customize-colors-of-BOXPLOTS/m-p/506585#M17258</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-10-22T19:28:23Z</dc:date>
    </item>
  </channel>
</rss>

