<?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: proc sgplot no color in output in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-no-color-in-output/m-p/770334#M244384</link>
    <description>&lt;P&gt;Style = mmh_basic_blue1 appears to be a custom style. Did you define the colours for graphs or which style does it inherit from?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13712"&gt;@GreggB&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;the graphs in the Results Viewer have a nice color but my pdf file is black and white.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file="scores\Data files for researchers - SCDE\2021\plots of sdoc_sc_top10.pdf" style=mmh_basic_blue1;
PROC sort data=dst10_math;
by demoid;
run;
/* YAXIS LABEL = 'Rain in Inches' GRID VALUES = (0 TO 10 BY 1); */
proc sgplot data=dst10_math;
by demoid;
styleattrs
datacontrastcolors=(red green blue);
vbar testgrade / response=mathpct34 group=level groupdisplay=cluster datalabel=mathpct34;
xaxis display=(nolabel noline noticks);
yaxis display=(nolabel) values=(0 to 80 by 10) ;
run;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Sep 2021 18:17:45 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2021-09-24T18:17:45Z</dc:date>
    <item>
      <title>proc sgplot no color in output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-no-color-in-output/m-p/770310#M244378</link>
      <description>&lt;P&gt;the graphs in the Results Viewer have a nice color but my pdf file is black and white.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file="scores\Data files for researchers - SCDE\2021\plots of sdoc_sc_top10.pdf" ;
PROC sort data=dst10_math;
by demoid;
run;
/* YAXIS LABEL = 'Rain in Inches' GRID VALUES = (0 TO 10 BY 1); */
proc sgplot data=dst10_math;
by demoid;
styleattrs
datacontrastcolors=(red green blue);
vbar testgrade / response=mathpct34 group=level groupdisplay=cluster datalabel=mathpct34;
xaxis display=(nolabel noline noticks);
yaxis display=(nolabel) values=(0 to 80 by 10) ;
run;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 24 Sep 2021 18:22:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-no-color-in-output/m-p/770310#M244378</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2021-09-24T18:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot no color in output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-no-color-in-output/m-p/770334#M244384</link>
      <description>&lt;P&gt;Style = mmh_basic_blue1 appears to be a custom style. Did you define the colours for graphs or which style does it inherit from?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13712"&gt;@GreggB&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;the graphs in the Results Viewer have a nice color but my pdf file is black and white.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file="scores\Data files for researchers - SCDE\2021\plots of sdoc_sc_top10.pdf" style=mmh_basic_blue1;
PROC sort data=dst10_math;
by demoid;
run;
/* YAXIS LABEL = 'Rain in Inches' GRID VALUES = (0 TO 10 BY 1); */
proc sgplot data=dst10_math;
by demoid;
styleattrs
datacontrastcolors=(red green blue);
vbar testgrade / response=mathpct34 group=level groupdisplay=cluster datalabel=mathpct34;
xaxis display=(nolabel noline noticks);
yaxis display=(nolabel) values=(0 to 80 by 10) ;
run;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 18:17:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-no-color-in-output/m-p/770334#M244384</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-09-24T18:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot no color in output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-no-color-in-output/m-p/770336#M244385</link>
      <description>&lt;P&gt;my apologies. It should not be there. When I delete it, nothing changes.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 18:24:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-no-color-in-output/m-p/770336#M244385</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2021-09-24T18:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot no color in output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-no-color-in-output/m-p/770916#M244555</link>
      <description>Try using a style that has colour built in by default, ie Meadow, Seaside or HTMLBLUE which is the standard HTML blue output. &lt;BR /&gt;&lt;BR /&gt;Check out the Style Gallery for starters:&lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/p14qidvs5xf7omn14ommvsuhvmzn.htm#n1dnn3vyjhb6qun10l297e41ln6d" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/p14qidvs5xf7omn14ommvsuhvmzn.htm#n1dnn3vyjhb6qun10l297e41ln6d&lt;/A&gt;</description>
      <pubDate>Tue, 28 Sep 2021 15:23:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgplot-no-color-in-output/m-p/770916#M244555</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-09-28T15:23:37Z</dc:date>
    </item>
  </channel>
</rss>

