<?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 Custom Fill Colors for Histogram in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Fill-Colors-for-Histogram/m-p/475243#M16424</link>
    <description>&lt;P&gt;Hello Everybody!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to use a custom fill color in sgplot histogram? The code below using a hex code does not work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New"&gt;sgplot&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=aviator_demogs &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;nocycleattrs&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;histogram&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; age_f18 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;fillattrs&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;color&lt;FONT face="Courier New"&gt;=#6394A6&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;name&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;'s'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;binstart&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;20&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;binwidth&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;transparency&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;0.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;density&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; age_f18 /&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;type&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=kernel &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;lineattrs&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;color&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=#6394A6);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;histogram&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; age_T45 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;fillattrs&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;color&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=LIGB) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;name&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;'d'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;binstart&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;20&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;binwidth&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;transparency&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;0.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;density&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; age_T45 /&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;type&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=kernel &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;lineattrs&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;color&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=LIGB);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;keylegend&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New"&gt;'s'&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New"&gt;'d'&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;location&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=inside &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;position&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=topright &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;across&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;noborder&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;VALUEATTRS&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = (&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;FAMILY&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = ARIAL &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;SIZE&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;pt);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;yaxis&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;offsetmin&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;VALUEATTRS&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = (&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;FAMILY&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = ARIAL &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;SIZE&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;pt);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;xaxis&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;display&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(nolabel) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;VALUEATTRS&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = (&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;FAMILY&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = ARIAL &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;SIZE&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;pt);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jul 2018 16:15:39 GMT</pubDate>
    <dc:creator>BTAinRVA</dc:creator>
    <dc:date>2018-07-03T16:15:39Z</dc:date>
    <item>
      <title>Custom Fill Colors for Histogram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Fill-Colors-for-Histogram/m-p/475243#M16424</link>
      <description>&lt;P&gt;Hello Everybody!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to use a custom fill color in sgplot histogram? The code below using a hex code does not work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New"&gt;sgplot&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=aviator_demogs &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;nocycleattrs&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;histogram&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; age_f18 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;fillattrs&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;color&lt;FONT face="Courier New"&gt;=#6394A6&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;name&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;'s'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;binstart&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;20&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;binwidth&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;transparency&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;0.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;density&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; age_f18 /&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;type&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=kernel &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;lineattrs&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;color&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=#6394A6);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;histogram&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; age_T45 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;fillattrs&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;color&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=LIGB) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;name&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;'d'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;binstart&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;20&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;binwidth&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;transparency&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;0.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;density&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; age_T45 /&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;type&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=kernel &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;lineattrs&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;color&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=LIGB);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;keylegend&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New"&gt;'s'&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New"&gt;'d'&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;location&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=inside &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;position&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=topright &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;across&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;noborder&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;VALUEATTRS&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = (&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;FAMILY&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = ARIAL &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;SIZE&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;pt);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;yaxis&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;offsetmin&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;VALUEATTRS&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = (&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;FAMILY&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = ARIAL &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;SIZE&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;pt);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;xaxis&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;display&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(nolabel) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;VALUEATTRS&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = (&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;FAMILY&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = ARIAL &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;SIZE&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;pt);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 16:15:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Custom-Fill-Colors-for-Histogram/m-p/475243#M16424</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2018-07-03T16:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Fill Colors for Histogram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Fill-Colors-for-Histogram/m-p/475277#M16425</link>
      <description>Figured it out: the hex code needs to be enclosed in quotes.</description>
      <pubDate>Tue, 03 Jul 2018 17:40:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Custom-Fill-Colors-for-Histogram/m-p/475277#M16425</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2018-07-03T17:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Fill Colors for Histogram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Fill-Colors-for-Histogram/m-p/475629#M16430</link>
      <description>&lt;P&gt;You can use the&amp;nbsp;'CX' prefix (instead of '#') to specify hexadecimal colors:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sgplot data=sashelp.class nocycleattrs;&lt;BR /&gt;histogram age / fillattrs=(color=CX6394A6);&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 14:11:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Custom-Fill-Colors-for-Histogram/m-p/475629#M16430</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-07-05T14:11:58Z</dc:date>
    </item>
  </channel>
</rss>

