<?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: HOW DO I assign different colors to transparent bands in SGPLOT? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/HOW-DO-I-assign-different-colors-to-transparent-bands-in-SGPLOT/m-p/354525#M12316</link>
    <description>&lt;P&gt;use&lt;/P&gt;
&lt;P&gt;band x=level upper=p75_var lower=p25_var / fillattrs=&lt;FONT color="#FF0000"&gt;GraphData&lt;/FONT&gt;(transparency=0.5) group=diabetes ;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Apr 2017 16:11:00 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2017-04-28T16:11:00Z</dc:date>
    <item>
      <title>HOW DO I assign different colors to transparent bands in SGPLOT?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/HOW-DO-I-assign-different-colors-to-transparent-bands-in-SGPLOT/m-p/354518#M12315</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please help with the following issue?&lt;/P&gt;&lt;P&gt;I am plotting series and bands by group on the same graph.&lt;/P&gt;&lt;P&gt;The bands are automatically distinct by color when I use the default opaque.&lt;/P&gt;&lt;P&gt;When I add the transparency option the groups are no longer distinct by color. How can I assign distinct colors to the bands of the groups?&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgplot data=dataset;&lt;BR /&gt;title "test";&lt;BR /&gt;series x=level y=mean_var / group = diabetes;&lt;BR /&gt;band x=level upper=p75_var&lt;BR /&gt;lower=p25_var / fillattrs=(transparency=0.5) &amp;nbsp;group = diabetes ;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 16:00:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/HOW-DO-I-assign-different-colors-to-transparent-bands-in-SGPLOT/m-p/354518#M12315</guid>
      <dc:creator>Giampaolo</dc:creator>
      <dc:date>2017-04-28T16:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: HOW DO I assign different colors to transparent bands in SGPLOT?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/HOW-DO-I-assign-different-colors-to-transparent-bands-in-SGPLOT/m-p/354525#M12316</link>
      <description>&lt;P&gt;use&lt;/P&gt;
&lt;P&gt;band x=level upper=p75_var lower=p25_var / fillattrs=&lt;FONT color="#FF0000"&gt;GraphData&lt;/FONT&gt;(transparency=0.5) group=diabetes ;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 16:11:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/HOW-DO-I-assign-different-colors-to-transparent-bands-in-SGPLOT/m-p/354525#M12316</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-04-28T16:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: HOW DO I assign different colors to transparent bands in SGPLOT?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/HOW-DO-I-assign-different-colors-to-transparent-bands-in-SGPLOT/m-p/354528#M12317</link>
      <description>Thank you!&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Apr 2017 16:16:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/HOW-DO-I-assign-different-colors-to-transparent-bands-in-SGPLOT/m-p/354528#M12317</guid>
      <dc:creator>Giampaolo</dc:creator>
      <dc:date>2017-04-28T16:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: HOW DO I assign different colors to transparent bands in SGPLOT?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/HOW-DO-I-assign-different-colors-to-transparent-bands-in-SGPLOT/m-p/354529#M12318</link>
      <description>&lt;P&gt;BTW, the more usual syntax is&amp;nbsp;&lt;/P&gt;
&lt;P&gt;band x=level upper=p75_var lower=p25_var / transparency=0.5 group = diabetes ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You put the TRANSPARENCY option inside the FILLATTRS= option, which is what caused your problem.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 16:19:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/HOW-DO-I-assign-different-colors-to-transparent-bands-in-SGPLOT/m-p/354529#M12318</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-04-28T16:19:08Z</dc:date>
    </item>
  </channel>
</rss>

