<?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: How to suppress the parameters of a normal curve, when plotting histograms in a proc univariate in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-the-parameters-of-a-normal-curve-when-plotting/m-p/519166#M140575</link>
    <description>&lt;P&gt;Anytime, glad to help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Dec 2018 15:43:49 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2018-12-06T15:43:49Z</dc:date>
    <item>
      <title>How to suppress the parameters of a normal curve, when plotting histograms in a proc univariate step</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-the-parameters-of-a-normal-curve-when-plotting/m-p/519013#M140509</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;I am making comparative histogram plots in proc univariate with a normal curve. &amp;nbsp;I would like to suppress the parameters like below, which is&amp;nbsp;curved by red lines. Any ideas how to manage that?&amp;nbsp;&lt;/SPAN&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WechatIMG3.jpeg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25400i30A2ED4E473E2771/image-size/large?v=v2&amp;amp;px=999" role="button" title="WechatIMG3.jpeg" alt="WechatIMG3.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 04:58:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-the-parameters-of-a-normal-curve-when-plotting/m-p/519013#M140509</guid>
      <dc:creator>madelinezzz</dc:creator>
      <dc:date>2018-12-06T04:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress the parameters of a normal curve, when plotting histograms in a proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-the-parameters-of-a-normal-curve-when-plotting/m-p/519015#M140510</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;HANGING &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Dec 2018 05:08:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-the-parameters-of-a-normal-curve-when-plotting/m-p/519015#M140510</guid>
      <dc:creator>learsaas</dc:creator>
      <dc:date>2018-12-06T05:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress the parameters of a normal curve, when plotting histograms in a proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-the-parameters-of-a-normal-curve-when-plotting/m-p/519026#M140515</link>
      <description>&lt;P&gt;Use NOCURVELEGEND Option like in the example below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods select histogram;
proc univariate data=sashelp.cars;
   histogram mpg_city / normal nocurvelegend;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Dec 2018 06:17:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-the-parameters-of-a-normal-curve-when-plotting/m-p/519026#M140515</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-12-06T06:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress the parameters of a normal curve, when plotting histograms in a proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-the-parameters-of-a-normal-curve-when-plotting/m-p/519027#M140516</link>
      <description>&lt;P&gt;Specify option NORMAL(NOPRINT) on the&amp;nbsp;HISTOGRAM statement.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 06:21:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-the-parameters-of-a-normal-curve-when-plotting/m-p/519027#M140516</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-12-06T06:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress the parameters of a normal curve, when plotting histograms in a proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-the-parameters-of-a-normal-curve-when-plotting/m-p/519076#M140540</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/462"&gt;@PGStats&lt;/a&gt;, I believe the normal(noprint) option will suppress the creation of tables that summarize the overlaid curve and not the creation of the legend in the red circle in the actual histogram.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 10:21:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-the-parameters-of-a-normal-curve-when-plotting/m-p/519076#M140540</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-12-06T10:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress the parameters of a normal curve, when plotting histograms in a proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-the-parameters-of-a-normal-curve-when-plotting/m-p/519105#M140558</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.heart noautolegend;
histogram weight ;
density weight/type=normal;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Dec 2018 13:04:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-the-parameters-of-a-normal-curve-when-plotting/m-p/519105#M140558</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-12-06T13:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress the parameters of a normal curve, when plotting histograms in a proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-the-parameters-of-a-normal-curve-when-plotting/m-p/519165#M140574</link>
      <description>Yes the nocurvelegend option works! Thank you so much!</description>
      <pubDate>Thu, 06 Dec 2018 15:43:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-the-parameters-of-a-normal-curve-when-plotting/m-p/519165#M140574</guid>
      <dc:creator>madelinezzz</dc:creator>
      <dc:date>2018-12-06T15:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress the parameters of a normal curve, when plotting histograms in a proc univariate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-the-parameters-of-a-normal-curve-when-plotting/m-p/519166#M140575</link>
      <description>&lt;P&gt;Anytime, glad to help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 15:43:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-the-parameters-of-a-normal-curve-when-plotting/m-p/519166#M140575</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-12-06T15:43:49Z</dc:date>
    </item>
  </channel>
</rss>

