<?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 Color gradient when plotting graphs in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Color-gradient-when-plotting-graphs/m-p/851025#M23382</link>
    <description>&lt;P&gt;I would like to plot a bar graph with a color gradient where the longest bar has a dark color while the shorter bar has a lighter color.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the SAS documentation, Objects have the Style option in Option Pane where I can set the Gradient which specifies the colors that make up the color gradient. Through changing the Gradient, am I able to achieve what I want to do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I am unable to find the Gradient in the Style of Option Pane. A screenshot is attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 24 Dec 2022 12:29:52 GMT</pubDate>
    <dc:creator>chim</dc:creator>
    <dc:date>2022-12-24T12:29:52Z</dc:date>
    <item>
      <title>Color gradient when plotting graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Color-gradient-when-plotting-graphs/m-p/851025#M23382</link>
      <description>&lt;P&gt;I would like to plot a bar graph with a color gradient where the longest bar has a dark color while the shorter bar has a lighter color.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the SAS documentation, Objects have the Style option in Option Pane where I can set the Gradient which specifies the colors that make up the color gradient. Through changing the Gradient, am I able to achieve what I want to do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I am unable to find the Gradient in the Style of Option Pane. A screenshot is attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Dec 2022 12:29:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Color-gradient-when-plotting-graphs/m-p/851025#M23382</guid>
      <dc:creator>chim</dc:creator>
      <dc:date>2022-12-24T12:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Color gradient when plotting graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Color-gradient-when-plotting-graphs/m-p/851057#M23385</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data county ;
	infile cards ;
	input county $ value id;
cards ;
CountyA	142 7
CountyB	65 6
CountyC	54 5
CountyD	43 4
CountyE	32 3
CountyF	21 2
CountyG	2  1
;
run ;
proc sgplot data=county noautolegend;
hbarparm category=county response=value /colorresponse=id
 colormodel=(lightgreen darkgreen) ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1671962642151.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/78867i9B9F450BD0F3C0E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1671962642151.png" alt="Ksharp_0-1671962642151.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Dec 2022 10:04:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Color-gradient-when-plotting-graphs/m-p/851057#M23385</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-12-25T10:04:24Z</dc:date>
    </item>
  </channel>
</rss>

