<?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: RESULTS Tab and User Specific Style Template in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/RESULTS-Tab-and-User-Specific-Style-Template/m-p/934281#M24743</link>
    <description>&lt;P&gt;Thank you for the name of the destination. That's what I could not find.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jul 2024 16:28:40 GMT</pubDate>
    <dc:creator>xxformat_com</dc:creator>
    <dc:date>2024-07-01T16:28:40Z</dc:date>
    <item>
      <title>RESULTS Tab and User Specific Style Template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/RESULTS-Tab-and-User-Specific-Style-Template/m-p/934163#M24741</link>
      <description>&lt;P&gt;The following program generates a .JPG image of the graph with new bar fill colors defined in xxgraph style template?&lt;/P&gt;
&lt;P&gt;What should be added in order to also see the changes in the RESULTS tab of SAS Studio ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template;
    define style styles.xxgraph;
    parent = styles.htmlblue;
        class GraphColors / 'gdata1' = CX00B0F0 'gdata2' = CXFF33CC;
    end;
run;

ods listing gpath= "&amp;amp;xxproject./graph008/graphs" style=xxgraph; 
ods graphics / imagename='test' imagefmt=JPG;

proc sgplot data=sashelp.class;
    vbarbasic name / response=height group=sex;
run;

ods graphics / reset=all;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 29 Jun 2024 12:53:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/RESULTS-Tab-and-User-Specific-Style-Template/m-p/934163#M24741</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2024-06-29T12:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: RESULTS Tab and User Specific Style Template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/RESULTS-Tab-and-User-Specific-Style-Template/m-p/934166#M24742</link>
      <description>&lt;P&gt;Try changing the style of the ODS destination that SAS/Studio is using.&lt;/P&gt;
&lt;P&gt;You can check what destinations are active by looking at SASHELP.VDEST.&amp;nbsp; When I check it looks like SAS/Studio is using HTML5(WEB) as the destination name.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template;
    define style styles.xxgraph;
    parent = styles.htmlblue;
        class GraphColors / 'gdata1' = CX00B0F0 'gdata2' = CXFF33CC;
    end;
run;

ods HTML5(WEB) style=xxgraph;

proc sgplot data=sashelp.class ;
  title1 'XXGRAPH style';
  vbarbasic name / response=height group=sex;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Result&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tom_0-1719679436668.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/98020i6461B9E559BC1AA7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tom_0-1719679436668.png" alt="Tom_0-1719679436668.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2024 00:06:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/RESULTS-Tab-and-User-Specific-Style-Template/m-p/934166#M24742</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2024-06-30T00:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: RESULTS Tab and User Specific Style Template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/RESULTS-Tab-and-User-Specific-Style-Template/m-p/934281#M24743</link>
      <description>&lt;P&gt;Thank you for the name of the destination. That's what I could not find.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 16:28:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/RESULTS-Tab-and-User-Specific-Style-Template/m-p/934281#M24743</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2024-07-01T16:28:40Z</dc:date>
    </item>
  </channel>
</rss>

