<?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: Getting Higher Resolution in PDS ODS Reports in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Getting-Higher-Resolution-in-PDS-ODS-Reports/m-p/247583#M8985</link>
    <description>&lt;P&gt;Substitute your data and variables into this code and see if it works better for you:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;title "This is a title";&lt;/P&gt;
&lt;P&gt;proc sgplot data=sashelp.class;&lt;/P&gt;
&lt;P&gt;vline age / response=weight stat=mean;&lt;/P&gt;
&lt;P&gt;vline age / response=height stat=mean y2axis;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or if it is already summarized:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;title "This is a title";&lt;/P&gt;
&lt;P&gt;proc sgplot data=sashelp.class;&lt;/P&gt;
&lt;P&gt;series x=age y=weight;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;series x=age y=height /&lt;/SPAN&gt; y2axis;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Feb 2016 19:43:54 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2016-02-02T19:43:54Z</dc:date>
    <item>
      <title>Getting Higher Resolution in PDS ODS Reports</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Getting-Higher-Resolution-in-PDS-ODS-Reports/m-p/247574#M8982</link>
      <description>&lt;P&gt;I'm having trouble with sending my reports to a PDF file to be sent out to upper management. The charts output by my program look fine in the SAS report within EG, but the PDF looks awful. I've tried chainging PDFPRINT=HRES but it didn't change anything (I also checked PDFSECURITY). I attached an example of what my charts look like.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a better option? Possibly exporting as an image instead? I'm using EG 6.1 and SAS 9.2&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12262iFF34DE5BB808153A/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="SAS PDF example.PNG" title="SAS PDF example.PNG" /&gt;</description>
      <pubDate>Tue, 02 Feb 2016 19:08:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Getting-Higher-Resolution-in-PDS-ODS-Reports/m-p/247574#M8982</guid>
      <dc:creator>NScheperle</dc:creator>
      <dc:date>2016-02-02T19:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Higher Resolution in PDS ODS Reports</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Getting-Higher-Resolution-in-PDS-ODS-Reports/m-p/247577#M8983</link>
      <description>&lt;P&gt;You can change your graphics options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm also going to guess that you're using GCHART, SGPLOT will produce higher quality graphics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since this is a primarily Graphics based question, I'll also move the thread over to the graphics section.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 19:19:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Getting-Higher-Resolution-in-PDS-ODS-Reports/m-p/247577#M8983</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-02T19:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Higher Resolution in PDS ODS Reports</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Getting-Higher-Resolution-in-PDS-ODS-Reports/m-p/247583#M8985</link>
      <description>&lt;P&gt;Substitute your data and variables into this code and see if it works better for you:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;title "This is a title";&lt;/P&gt;
&lt;P&gt;proc sgplot data=sashelp.class;&lt;/P&gt;
&lt;P&gt;vline age / response=weight stat=mean;&lt;/P&gt;
&lt;P&gt;vline age / response=height stat=mean y2axis;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or if it is already summarized:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;title "This is a title";&lt;/P&gt;
&lt;P&gt;proc sgplot data=sashelp.class;&lt;/P&gt;
&lt;P&gt;series x=age y=weight;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;series x=age y=height /&lt;/SPAN&gt; y2axis;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 19:43:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Getting-Higher-Resolution-in-PDS-ODS-Reports/m-p/247583#M8985</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-02-02T19:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Higher Resolution in PDS ODS Reports</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Getting-Higher-Resolution-in-PDS-ODS-Reports/m-p/247609#M8986</link>
      <description>Thanks! Using SGPLOT fixed it.</description>
      <pubDate>Tue, 02 Feb 2016 20:13:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Getting-Higher-Resolution-in-PDS-ODS-Reports/m-p/247609#M8986</guid>
      <dc:creator>NScheperle</dc:creator>
      <dc:date>2016-02-02T20:13:26Z</dc:date>
    </item>
  </channel>
</rss>

