<?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: normal density curve in pdf file not showing in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/normal-density-curve-in-pdf-file-not-showing/m-p/234063#M8501</link>
    <description>&lt;P&gt;Thanks! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Nov 2015 16:45:42 GMT</pubDate>
    <dc:creator>statz</dc:creator>
    <dc:date>2015-11-10T16:45:42Z</dc:date>
    <item>
      <title>normal density curve in pdf file not showing</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/normal-density-curve-in-pdf-file-not-showing/m-p/233999#M8499</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to output a histogram &lt;U&gt;with the normal density curve&lt;/U&gt; and the qqplot for a given data. With the following code, I can output the histogram and qqplot, but the histogram does not have the normal density curve. The normal density curve is included if the output is in html, BUT if the output is in pdf, it is not included. Does anyone know what is missing in my code? Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%LET path1= C:\Desktop\output1.pdf;*/output;&lt;BR /&gt;ods pdf file="&amp;amp;path1" NOGFOOTNOTE STARTPAGE=yes pdftoc=2 contents=yes style=printer bookmarklist=hide ;&lt;BR /&gt;data new;&lt;BR /&gt;input y @@;&lt;BR /&gt;datalines;&lt;BR /&gt;23 34 &lt;BR /&gt;24 32 &lt;BR /&gt;23 32&lt;BR /&gt;22 23&lt;BR /&gt;24 34&lt;BR /&gt;25 45&lt;BR /&gt;26 12&lt;BR /&gt;27 23&lt;BR /&gt;28 25&lt;BR /&gt;23 27&lt;BR /&gt;24 23&lt;BR /&gt;24 24&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;ods select histogram qqplot ;&lt;BR /&gt;proc univariate data=new ;&lt;BR /&gt;histogram y/ grid normal( mu=est sigma=est color=red w=2.5) name='histogram' vscale=proportion;&lt;BR /&gt;qqplot y / normal( mu=est sigma=est color=red) name='qqplot' contents="" description="";&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;ods pdf close;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;By the way, I get this error:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;ERROR: Requested function is not supported.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;ERROR: Unable to process the graph.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 13:29:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/normal-density-curve-in-pdf-file-not-showing/m-p/233999#M8499</guid>
      <dc:creator>statz</dc:creator>
      <dc:date>2015-11-10T13:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: normal density curve in pdf file not showing</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/normal-density-curve-in-pdf-file-not-showing/m-p/234034#M8500</link>
      <description>&lt;P&gt;Did you answer any of the questions Rick posed in your other post? &lt;A href="https://communities.sas.com/t5/SAS-GRAPH-and-ODS-Graphics/density-curve-in-histogram-not-appearing-in-pdf-file/m-p/233908" target="_blank"&gt;https://communities.sas.com/t5/SAS-GRAPH-and-ODS-Graphics/density-curve-in-histogram-not-appearing-in-pdf-file/m-p/233908&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since this is graphics or ods related Data management isn't the best place to post this topic. And to reduce getting partial answers in multiple threads please do not post duplicates unless requested or suggested.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 15:33:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/normal-density-curve-in-pdf-file-not-showing/m-p/234034#M8500</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-11-10T15:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: normal density curve in pdf file not showing</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/normal-density-curve-in-pdf-file-not-showing/m-p/234063#M8501</link>
      <description>&lt;P&gt;Thanks! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 16:45:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/normal-density-curve-in-pdf-file-not-showing/m-p/234063#M8501</guid>
      <dc:creator>statz</dc:creator>
      <dc:date>2015-11-10T16:45:42Z</dc:date>
    </item>
  </channel>
</rss>

