<?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: boxplot fill color for blocking variable in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/boxplot-fill-color-for-blocking-variable/m-p/51460#M14120</link>
    <description>check the options of cbox=(variable) and cboxfill=(variable) from the tech documentations. these will allow you to assign desired color and fill to a variable (years in your situation). you will need to create this color variable in your dataset precip_boxplot1.</description>
    <pubDate>Tue, 09 Feb 2010 14:19:32 GMT</pubDate>
    <dc:creator>abdullala</dc:creator>
    <dc:date>2010-02-09T14:19:32Z</dc:date>
    <item>
      <title>boxplot fill color for blocking variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/boxplot-fill-color-for-blocking-variable/m-p/51459#M14119</link>
      <description>The code below produces a boxplot with the grouping variable of year.  The grouping variable is displayed at the top of the graph where the fill in odd years in blue and no fill in the even years.  How do I change the code so that a grey fill color is used in odd years and keep the no fill (or white) in even years?  I tried the cblockvar= option for the block variable legend, but have not been able to change the color.&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
proc boxplot data=precip_boxplot1;&lt;BR /&gt;
	plot precip*Watershed(year)/blockpos=1 blocklabelpos=above cblockvar= vminor=4 boxstyle=skeletal&lt;BR /&gt;
	nohlabel cboxfill=GRAYFF;&lt;BR /&gt;
		label year='Year'&lt;BR /&gt;
		precip='Precipitation (mm/yr)';&lt;BR /&gt;
run;</description>
      <pubDate>Wed, 03 Feb 2010 15:10:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/boxplot-fill-color-for-blocking-variable/m-p/51459#M14119</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-02-03T15:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: boxplot fill color for blocking variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/boxplot-fill-color-for-blocking-variable/m-p/51460#M14120</link>
      <description>check the options of cbox=(variable) and cboxfill=(variable) from the tech documentations. these will allow you to assign desired color and fill to a variable (years in your situation). you will need to create this color variable in your dataset precip_boxplot1.</description>
      <pubDate>Tue, 09 Feb 2010 14:19:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/boxplot-fill-color-for-blocking-variable/m-p/51460#M14120</guid>
      <dc:creator>abdullala</dc:creator>
      <dc:date>2010-02-09T14:19:32Z</dc:date>
    </item>
  </channel>
</rss>

