<?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: outlineattrs not working in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/outlineattrs-not-working/m-p/816245#M22890</link>
    <description>&lt;P&gt;Thank you! That would explain it. May just have to leave it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for taking the time to answer this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jun 2022 19:30:46 GMT</pubDate>
    <dc:creator>agille05</dc:creator>
    <dc:date>2022-06-02T19:30:46Z</dc:date>
    <item>
      <title>outlineattrs not working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/outlineattrs-not-working/m-p/816236#M22887</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should be a pretty easy thing to do, but my&amp;nbsp;outlineattrs just isn't working (won't become functional/turn blue). Would appreciate if anyone had any suggestions. See code below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;Proc SGPLOT data=Mitacs.New2;
   histogram age / fillattrs=(color=CX008998) outlineattrs=(color=CXBEBEBE size=1pt);
   xaxis max=100 display=(nolabel);
   yaxis display=(nolabel);
Run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 18:52:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/outlineattrs-not-working/m-p/816236#M22887</guid>
      <dc:creator>agille05</dc:creator>
      <dc:date>2022-06-02T18:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: outlineattrs not working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/outlineattrs-not-working/m-p/816240#M22888</link>
      <description>&lt;P&gt;I don't see that option listed in the documentation.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatproc/n17xrpcduau1f8n1c1nhe477pv18.htm#p131oexgbewkzon18vfvohur7jat" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatproc/n17xrpcduau1f8n1c1nhe477pv18.htm#p131oexgbewkzon18vfvohur7jat&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately not seeing a way to change the colour. Depending on how important that is, you may want to pipe your code to the GTL code using the TMPLOUT option on PROC SGPLOT and then modify it there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatproc/p073bl97jzadkmn15lhq58yiy2uh.htm#n1iqo7vpboefe4n1oysl0yef7633" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatproc/p073bl97jzadkmn15lhq58yiy2uh.htm#n1iqo7vpboefe4n1oysl0yef7633&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 19:12:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/outlineattrs-not-working/m-p/816240#M22888</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-06-02T19:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: outlineattrs not working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/outlineattrs-not-working/m-p/816241#M22889</link>
      <description>&lt;P&gt;What does your LOG show when you run that?&lt;/P&gt;
&lt;P&gt;I don't find OUTLINEATTRS in the options for the HISTOGRAM statement for SGPLOT:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/grstatproc/n17xrpcduau1f8n1c1nhe477pv18.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/grstatproc/n17xrpcduau1f8n1c1nhe477pv18.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you are trying to use a Graphics Template Language option that belongs in Proc Template code with Sgplot.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 19:16:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/outlineattrs-not-working/m-p/816241#M22889</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-06-02T19:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: outlineattrs not working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/outlineattrs-not-working/m-p/816245#M22890</link>
      <description>&lt;P&gt;Thank you! That would explain it. May just have to leave it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for taking the time to answer this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 19:30:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/outlineattrs-not-working/m-p/816245#M22890</guid>
      <dc:creator>agille05</dc:creator>
      <dc:date>2022-06-02T19:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: outlineattrs not working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/outlineattrs-not-working/m-p/816246#M22891</link>
      <description>&lt;PRE&gt;Proc SGPLOT data=sashelp.class tmplout='/home/fkhurshed/Demo1/graph_histogram.sas';
   histogram age / fillattrs=(color=CX008998);
   xaxis max=100 display=(nolabel);
   yaxis display=(nolabel);
Run;

*code from graph_histogram code, modifying template name;
proc template;
define statgraph myHistogram;
begingraph / collation=binary;
layout overlay / xaxisopts=( display=( ticks tickvalues line ) type=linear linearopts=( viewmax=100 ) ) y2axisopts=(labelFitPolicy=Split) yaxisopts=( display=( ticks tickvalues line ) labelFitPolicy=Split type=auto ) y2axisopts=(labelFitPolicy=Split);
   Histogram 'Age'n / primary=true binaxis=false FillAttrs=(Color=CX008998) &lt;FONT size="5" color="#FF0000"&gt;&lt;STRONG&gt;outlineattrs =(color=red)&lt;/STRONG&gt;&lt;/FONT&gt; LegendLabel="Age";
endlayout;
endgraph;
end;
run;

proc sgrender data=sashelp.class template=myHistogram;
run;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Jun 2022 19:36:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/outlineattrs-not-working/m-p/816246#M22891</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-06-02T19:36:13Z</dc:date>
    </item>
  </channel>
</rss>

