<?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 ODS Graphics problem with transparent background in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Graphics-problem-with-transparent-background/m-p/276109#M9855</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I create a graph with transparent background with no borders, the output contains a thin non-transparent border.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods listing gpath=".";
ods graphics / reset=all imagename="graphout" imagefmt=pdf border=off;

proc sgplot data=sashelp.class noopaque nowall;
	histogram age;
run;

ods listing close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3540i1331DBB7832E7437/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="output.001.jpeg" title="output.001.jpeg" /&gt;&lt;/P&gt;&lt;P&gt;Any idea how to fix the problem?&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2016 21:03:10 GMT</pubDate>
    <dc:creator>sinmathstat</dc:creator>
    <dc:date>2016-06-08T21:03:10Z</dc:date>
    <item>
      <title>ODS Graphics problem with transparent background</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Graphics-problem-with-transparent-background/m-p/276109#M9855</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I create a graph with transparent background with no borders, the output contains a thin non-transparent border.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods listing gpath=".";
ods graphics / reset=all imagename="graphout" imagefmt=pdf border=off;

proc sgplot data=sashelp.class noopaque nowall;
	histogram age;
run;

ods listing close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3540i1331DBB7832E7437/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="output.001.jpeg" title="output.001.jpeg" /&gt;&lt;/P&gt;&lt;P&gt;Any idea how to fix the problem?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 21:03:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Graphics-problem-with-transparent-background/m-p/276109#M9855</guid>
      <dc:creator>sinmathstat</dc:creator>
      <dc:date>2016-06-08T21:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Graphics problem with transparent background</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Graphics-problem-with-transparent-background/m-p/276110#M9856</link>
      <description>&lt;P&gt;Also add PAD=0:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token procnames"&gt;proc&lt;/SPAN&gt; &lt;SPAN class="token procnames"&gt;sgplot&lt;/SPAN&gt; &lt;SPAN class="token procnames"&gt;data&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;sashelp&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token statement"&gt;class&lt;/SPAN&gt; noopaque nowall pad=0&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By default, there is a 10px pad around the graph that is not affected by the OPAQUE option.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 20:52:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Graphics-problem-with-transparent-background/m-p/276110#M9856</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-06-08T20:52:07Z</dc:date>
    </item>
  </channel>
</rss>

