<?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: Increasing resolution of graph produced by SAS in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Increasing-resolution-of-graph-produced-by-SAS/m-p/624942#M19474</link>
    <description>&lt;P&gt;Try moving to SGPLOT instead of GPLOT. The older device based graphic procedures from SAS/Graph don't always play well with ODS Options because they don't really provide "native" ods output.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2020 20:45:36 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-02-14T20:45:36Z</dc:date>
    <item>
      <title>Increasing resolution of graph produced by SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Increasing-resolution-of-graph-produced-by-SAS/m-p/624938#M19471</link>
      <description>&lt;P&gt;Hello everyone,,&lt;/P&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-forum-message-main"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-20 lia-quilt-column-right lia-quilt-column-main-right"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;&lt;DIV class="lia-message-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;&amp;nbsp;I am trying to increase the resolution of the line graph produced to 600dpi. I am not sure where i am making mistakes in my code- The resolution is still 96 dpi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods rtf file='C:\Users\khetap03\Desktop\Lillirecent\boxplotcreatinine.rtf'image_dpi=&lt;STRONG&gt;600&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;ods listing style=listing;&lt;/P&gt;&lt;P&gt;ods graphics on / width=&lt;STRONG&gt;4.5&lt;/STRONG&gt;in&amp;nbsp; height=&lt;STRONG&gt;3.5&lt;/STRONG&gt;in;&lt;/P&gt;&lt;P&gt;goptions reset=all;&lt;/P&gt;&lt;P&gt;symbol1 c=blue v=star h=&lt;STRONG&gt;.8&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;i=j;&lt;/P&gt;&lt;P&gt;symbol2 c=red v=dot h=&lt;STRONG&gt;.8&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;i=j;&lt;/P&gt;&lt;P&gt;symbol3 c=green v=square h=&lt;STRONG&gt;.8&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;i=j;&lt;/P&gt;&lt;P&gt;axis1 order=(&lt;STRONG&gt;50&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;100&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;by&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;) label=( 'Means');&lt;/P&gt;&lt;P&gt;axis2 value=(&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;100&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;by&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;10&lt;/STRONG&gt;) label=('Time');&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;gplot&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;data=means1;&lt;/P&gt;&lt;P&gt;&amp;nbsp; plot estimate*time=obesity / vaxis=axis1 haxis=axis2;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;quit&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;ods rtf close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much in advance.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Feb 2020 20:26:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Increasing-resolution-of-graph-produced-by-SAS/m-p/624938#M19471</guid>
      <dc:creator>Jamun</dc:creator>
      <dc:date>2020-02-14T20:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing resolution of graph produced by SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Increasing-resolution-of-graph-produced-by-SAS/m-p/624942#M19474</link>
      <description>&lt;P&gt;Try moving to SGPLOT instead of GPLOT. The older device based graphic procedures from SAS/Graph don't always play well with ODS Options because they don't really provide "native" ods output.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 20:45:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Increasing-resolution-of-graph-produced-by-SAS/m-p/624942#M19474</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-02-14T20:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing resolution of graph produced by SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Increasing-resolution-of-graph-produced-by-SAS/m-p/624952#M19479</link>
      <description>&lt;P&gt;Something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods rtf file='C:\Users\khetap03\Desktop\Lillirecent\boxplotcreatinine.rtf' image_dpi=600;
ods graphics / width=4.5in  height=3.5in;

proc sgplot data=means1;
styleattrs 
    DATACONTRASTCOLORS=(blue red green) 
    DATASYMBOLS=(star circlefilled square);
series x=time y=estimate / group=obesity markers;
yaxis label="Means";
xaxis label="Time";
run;

ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;(untested)&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 21:08:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Increasing-resolution-of-graph-produced-by-SAS/m-p/624952#M19479</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2020-02-14T21:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing resolution of graph produced by SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Increasing-resolution-of-graph-produced-by-SAS/m-p/624992#M19481</link>
      <description>&lt;P&gt;Try PROC SGPLOT .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods rtf file='C:\Users\khetap03\Desktop\Lillirecent\boxplotcreatinine.rtf'&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;dpi=600&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;ods listing style=listing&amp;nbsp; &lt;STRONG&gt;image_dpi=600&lt;/STRONG&gt; ;&lt;/P&gt;
&lt;P&gt;ods graphics on / width=&lt;STRONG&gt;4.5&lt;/STRONG&gt;in&amp;nbsp; height=&lt;STRONG&gt;3.5&lt;/STRONG&gt;in;&lt;/P&gt;
&lt;P&gt;PROC SGPLOT ..........&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2020 05:46:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Increasing-resolution-of-graph-produced-by-SAS/m-p/624992#M19481</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-02-15T05:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing resolution of graph produced by SAS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Increasing-resolution-of-graph-produced-by-SAS/m-p/625534#M19484</link>
      <description>&lt;P&gt;You can use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;goptions xpixels=2500 ypixels=2000 ;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with SAS/Graph.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 08:38:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Increasing-resolution-of-graph-produced-by-SAS/m-p/625534#M19484</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-02-18T08:38:14Z</dc:date>
    </item>
  </channel>
</rss>

