<?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 proc sgpot graphs in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620447#M182313</link>
    <description>&lt;P&gt;Hello every one,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have few dough's on proc sgplots below are my concerns:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using same code while generating graphs for RTF and PDF but I am not getting&amp;nbsp; &amp;nbsp;proper output in pdf format which is working good for rtf, please find the attachment,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) why can't we use&amp;nbsp;&amp;nbsp;image_dpi=200 option in pdf formatted graph, I am getting error while running code and for rtf it's working good, please help me to generate proper PDF graph&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 407px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35647i99E0C015A1C5BC93/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jan 2020 07:48:11 GMT</pubDate>
    <dc:creator>KalaBhairava</dc:creator>
    <dc:date>2020-01-28T07:48:11Z</dc:date>
    <item>
      <title>proc sgpot graphs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620447#M182313</link>
      <description>&lt;P&gt;Hello every one,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have few dough's on proc sgplots below are my concerns:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using same code while generating graphs for RTF and PDF but I am not getting&amp;nbsp; &amp;nbsp;proper output in pdf format which is working good for rtf, please find the attachment,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) why can't we use&amp;nbsp;&amp;nbsp;image_dpi=200 option in pdf formatted graph, I am getting error while running code and for rtf it's working good, please help me to generate proper PDF graph&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 407px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35647i99E0C015A1C5BC93/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 07:48:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620447#M182313</guid>
      <dc:creator>KalaBhairava</dc:creator>
      <dc:date>2020-01-28T07:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgpot graphs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620448#M182314</link>
      <description>&lt;P&gt;You just posted "good" in&amp;nbsp;&lt;A href="https://communities.sas.com/t5/Getting-Started/How-to-get-fast-helpful-answers/tac-p/620443" target="_blank" rel="noopener"&gt;How to get fast, helpful answers&lt;/A&gt;&amp;nbsp;, and then you disregard most of the advice given there:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;no code&lt;/LI&gt;
&lt;LI&gt;no data&lt;/LI&gt;
&lt;LI&gt;no log&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 08:56:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620448#M182314</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-01-28T08:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgpot graphs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620456#M182318</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry I am now to this site and not able to understand process, please find below code which is I used, My main concern is why can't we generated graphs in pdf?,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;ods graphics/reset=all border=off height=3.5in width=9in ;&lt;/P&gt;&lt;P&gt;proc sgplot data=derive.&amp;amp;outdat. noautolegend ;&lt;BR /&gt;format TRT01PN trt. avisitn avisit.;&lt;BR /&gt;series x=AVISITN y= Estimate /group=TRT01PN markers markerattrs=(size=10 );&lt;BR /&gt;keylegend/ title="" location=inside position=TOPLEFT VALUEATTRS=(Size=13pt) across=2 ;&lt;/P&gt;&lt;P&gt;Xaxis type=linear label="Week" VALUEATTRS=(Size=10pt) labelattrs=(size=10pt) display=all interval=auto;&lt;/P&gt;&lt;P&gt;yaxis label="LS mean Change ^{unicode '00B1'x} SE ^{unicode '1d43'x}" minor display=all VALUEATTRS=(Size=13pt) type=linear;&lt;BR /&gt;scatter x=AVISITN y= Estimate / group=TRT01PN groupdisplay=cluster clusterwidth=0.4&lt;BR /&gt;yerrorlower=low yerrorupper=high markerattrs=(size=10 );&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;xaxis type=discrete;&lt;BR /&gt;xaxistable Number /x=avisitn class=TRT01PN nomissingchar TITLE = "Number of Subjects"&lt;BR /&gt;titleattrs=(family="Arial" size=8pt color=black style=normal weight=bold )&lt;BR /&gt;/*valueattrs=(family="Arial" size=8pt color=black style=normal weight=bold)*/&lt;BR /&gt;labelattrs=(family="Arial" size=8pt color=black style=normal weight=bold);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods graphics off;&lt;BR /&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 09:46:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620456#M182318</guid>
      <dc:creator>KalaBhairava</dc:creator>
      <dc:date>2020-01-28T09:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgpot graphs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620471#M182327</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/204061"&gt;@KalaBhairava&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry I am now to this site&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please post your&amp;nbsp;&lt;EM&gt;whole&lt;/EM&gt; code (your previous post misses at least the opening ods pdf statement), the log from it (as you state you have an ERROR), and give us some example data in a data step with datalines, so that we can test our suggested solutions.&lt;/P&gt;
&lt;P&gt;Use the "little running man" for posting code, and {i} for logs.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 14:04:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620471#M182327</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-01-28T14:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgpot graphs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620548#M182354</link>
      <description>&lt;P&gt;One thing to consider when creating both PDF and RTF (or other ODS destination output) is that some of the destinations use different default ODS Styles. Which affect practically every element of graphics output: font family, weights, sizes, marker colors, symbols, sizes, etc. etc. etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first thing I would attempt if one destination looks 'right' is to use the style from that destination with the others specifying the STYLE= option on the ODS &amp;lt;destination&amp;gt; statement.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 15:52:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620548#M182354</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-01-28T15:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgpot graphs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620743#M182453</link>
      <description>&lt;P&gt;can you suggest best style options for pdf format graphs?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 04:48:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620743#M182453</guid>
      <dc:creator>KalaBhairava</dc:creator>
      <dc:date>2020-01-29T04:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgpot graphs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620745#M182454</link>
      <description>&lt;P&gt;ods pdf file="&amp;amp;gout\&amp;amp;outdat..pdf" startpage=no nogtitle nogfootnote ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please find above ods statement and my question is is there any specific options need to use graphs when we are generating in pdf?, hope for this entire code not required?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when I am using image_dpi= option in ods statement I am getting below error&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35691iE0E57D08B594E17D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 04:56:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620745#M182454</guid>
      <dc:creator>KalaBhairava</dc:creator>
      <dc:date>2020-01-29T04:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgpot graphs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620758#M182458</link>
      <description>&lt;P&gt;Use dpi_image= or just dpi= instead.&lt;/P&gt;
&lt;P&gt;For reference, see the documentation for the&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=odsug&amp;amp;docsetTarget=n0mc4eolqoned0n16oy88mpj0e4g.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;ODS PDF Statement&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 07:13:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620758#M182458</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-01-29T07:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgpot graphs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620759#M182459</link>
      <description>&lt;P&gt;And, once again,&amp;nbsp;&lt;STRONG&gt;&lt;FONT size="3"&gt;DO NOT USE PICTURES FOR POSTING LOGS!&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT size="2"&gt;Just copy/paste the log into a window opened with the {i} button.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 07:17:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620759#M182459</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-01-29T07:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgpot graphs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620761#M182461</link>
      <description>&lt;P&gt;Sure Sir, If it's possible please provide any code for Graphs to generate&amp;nbsp; in pdf if you generated, I am learning sas prog from some one , so I can't copy from there,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 07:44:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620761#M182461</guid>
      <dc:creator>KalaBhairava</dc:creator>
      <dc:date>2020-01-29T07:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgpot graphs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620762#M182462</link>
      <description>&lt;P&gt;If you can take a screenshot and take it with you, you can copy/paste into the Windows Editor and take the .txt file with you.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 07:49:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgpot-graphs/m-p/620762#M182462</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-01-29T07:49:41Z</dc:date>
    </item>
  </channel>
</rss>

