<?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: ODS graphics overriding CFILL in proc univariate in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-overriding-CFILL-in-proc-univariate/m-p/316552#M11088</link>
    <description>&lt;P&gt;Thanks Reza&lt;/P&gt;
&lt;P&gt;It didnt work, i couldnt save the output as eps: I received the following error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;WARNING: HTML4 destination does not support EPSI images. Using the default static format.&lt;/P&gt;
&lt;P class="p1"&gt;NOTE: The graph will be rendered as an image due to the use of transparency.&lt;/P&gt;
&lt;P class="p1"&gt;NOTE: PROCEDURE UNIVARIATE used (Total process time):&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;real time &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0.51 seconds&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;cpu time&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0.34 seconds&lt;/P&gt;</description>
    <pubDate>Sun, 04 Dec 2016 09:21:10 GMT</pubDate>
    <dc:creator>ammarhm</dc:creator>
    <dc:date>2016-12-04T09:21:10Z</dc:date>
    <item>
      <title>ODS graphics overriding CFILL in proc univariate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-overriding-CFILL-in-proc-univariate/m-p/316550#M11086</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;
&lt;P&gt;A very simple question:&lt;/P&gt;
&lt;P&gt;I need to get a histogram in black and white and in eps format&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the challenging part.&lt;/P&gt;
&lt;P&gt;I am using proc univariate to get the histogram, if I turn ods graphics on to be able to control the image output format (eps), this will override the CFILL order, so the histogram comes out coloured not black and white:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let gpath='C:\Users\User\Documents\My SAS Files\';
%let dpi=300;
ods listing gpath=&amp;amp;gpath image_dpi=&amp;amp;dpi   ;
ods graphics / outputfmt=epsi   imagename='Fig1';

proc univariate data=k5;
format inr t.;
   histogram INR / cfill=black cbarline=white endpoints=(1 to 9 by 1) ;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If I turn on graphics, I can get the colours the way I want but I cant control the output format&lt;/P&gt;
&lt;P&gt;Any solusion for this please?&lt;/P&gt;
&lt;P&gt;Maybe using proc template? but I am not that good with GTL&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2016 08:23:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-overriding-CFILL-in-proc-univariate/m-p/316550#M11086</guid>
      <dc:creator>ammarhm</dc:creator>
      <dc:date>2016-12-04T08:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: ODS graphics overriding CFILL in proc univariate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-overriding-CFILL-in-proc-univariate/m-p/316551#M11087</link>
      <description>&lt;P&gt;Change your style to JOURNAL.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS LISTING STYLE=Journal;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think this will get you exactly what you want but should be closer. The Journal style is for publications and is black and white.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Theres also JOURNAL2.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the examples linked here, a bit buried albeit.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2016 09:19:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-overriding-CFILL-in-proc-univariate/m-p/316551#M11087</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-04T09:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: ODS graphics overriding CFILL in proc univariate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-overriding-CFILL-in-proc-univariate/m-p/316552#M11088</link>
      <description>&lt;P&gt;Thanks Reza&lt;/P&gt;
&lt;P&gt;It didnt work, i couldnt save the output as eps: I received the following error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;WARNING: HTML4 destination does not support EPSI images. Using the default static format.&lt;/P&gt;
&lt;P class="p1"&gt;NOTE: The graph will be rendered as an image due to the use of transparency.&lt;/P&gt;
&lt;P class="p1"&gt;NOTE: PROCEDURE UNIVARIATE used (Total process time):&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;real time &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0.51 seconds&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;cpu time&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0.34 seconds&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2016 09:21:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-overriding-CFILL-in-proc-univariate/m-p/316552#M11088</guid>
      <dc:creator>ammarhm</dc:creator>
      <dc:date>2016-12-04T09:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: ODS graphics overriding CFILL in proc univariate</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-overriding-CFILL-in-proc-univariate/m-p/316554#M11089</link>
      <description>&lt;P&gt;Your initial code doesn't mention ODS HTML only LISTING or show an error. In the future please include all relevant information. If something doesn't work, post the full code and log, since doesn't work is a vague term.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The docs do say that EPS is not supported for HTML. Either turn off HTML or use an SVG format instead.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS HTML CLOSE;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/69832/HTML/default/viewer.htm#p0kroq43yu0lspn16hk1u4c65lti.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/odsug/69832/HTML/default/viewer.htm#p0kroq43yu0lspn16hk1u4c65lti.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2016 09:30:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-graphics-overriding-CFILL-in-proc-univariate/m-p/316554#M11089</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-04T09:30:16Z</dc:date>
    </item>
  </channel>
</rss>

