<?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 Border on graph output to ODS PDF in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Border-on-graph-output-to-ODS-PDF/m-p/59437#M7109</link>
    <description>Ok...probably a simple problem, but driving me bonkers.  I am creating a GPLOT/PLOT output and sending to ODS PDF.  The end result has a thin black border around the graph.  How do I get rid of it? I tried using 'noframe' as a plot option in the gplot, but to no avail.  thanks.</description>
    <pubDate>Tue, 04 Nov 2008 21:04:37 GMT</pubDate>
    <dc:creator>RobW</dc:creator>
    <dc:date>2008-11-04T21:04:37Z</dc:date>
    <item>
      <title>Border on graph output to ODS PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Border-on-graph-output-to-ODS-PDF/m-p/59437#M7109</link>
      <description>Ok...probably a simple problem, but driving me bonkers.  I am creating a GPLOT/PLOT output and sending to ODS PDF.  The end result has a thin black border around the graph.  How do I get rid of it? I tried using 'noframe' as a plot option in the gplot, but to no avail.  thanks.</description>
      <pubDate>Tue, 04 Nov 2008 21:04:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Border-on-graph-output-to-ODS-PDF/m-p/59437#M7109</guid>
      <dc:creator>RobW</dc:creator>
      <dc:date>2008-11-04T21:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Border on graph output to ODS PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Border-on-graph-output-to-ODS-PDF/m-p/59438#M7110</link>
      <description>I don't understand your problem &lt;BR /&gt;
see following code without any black border&lt;BR /&gt;
[PRE]&lt;BR /&gt;
ods pdf file="d:\temp\frameblack.pdf" ;&lt;BR /&gt;
goptions reset=all vsize=10 cm hsize=15 cm;&lt;BR /&gt;
proc gplot data=sashelp.class;&lt;BR /&gt;
plot weight * height/noframe;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ods pdf close;&lt;BR /&gt;
&lt;BR /&gt;
[/PRE]</description>
      <pubDate>Wed, 05 Nov 2008 10:53:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Border-on-graph-output-to-ODS-PDF/m-p/59438#M7110</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2008-11-05T10:53:38Z</dc:date>
    </item>
  </channel>
</rss>

