<?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: Proc Power - Lines on graph are not clearly identified in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Power-Lines-on-graph-are-not-clearly-identified/m-p/276413#M14606</link>
    <description>&lt;P&gt;Try choosing a different style for your graph.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS HTML style=journal;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I would consider contacting SAS Tech Support to get help with this as well, as it seems weird. I had no issues in running this in SAS 9.4&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jun 2016 04:32:26 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-06-10T04:32:26Z</dc:date>
    <item>
      <title>Proc Power - Lines on graph are not clearly identified</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Power-Lines-on-graph-are-not-clearly-identified/m-p/276410#M14605</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc power plotonly;
twosamplemeans test=diff
groupmeans =12 | 15 18
stddev = 7 9
power=.
ntotal = 200;
plot y=n min=20 max=500;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3563iD4DC72C9EBB838CE/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="PowerPlot4.png" title="PowerPlot4.png" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4" color="#FF0000"&gt;all circle round, no diff&lt;img id="mansad" class="emoticon emoticon-mansad" src="https://communities.sas.com/i/smilies/16x16_man-sad.png" alt="Man Sad" title="Man Sad" /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4" color="#FF0000"&gt;sas ver.9.3, &amp;nbsp;any other reason? &amp;nbsp;thx&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 04:30:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Power-Lines-on-graph-are-not-clearly-identified/m-p/276410#M14605</guid>
      <dc:creator>tpeng</dc:creator>
      <dc:date>2016-06-10T04:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Power - Lines on graph are not clearly identified</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Power-Lines-on-graph-are-not-clearly-identified/m-p/276413#M14606</link>
      <description>&lt;P&gt;Try choosing a different style for your graph.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS HTML style=journal;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I would consider contacting SAS Tech Support to get help with this as well, as it seems weird. I had no issues in running this in SAS 9.4&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 04:32:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Power-Lines-on-graph-are-not-clearly-identified/m-p/276413#M14606</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-10T04:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Power - Lines on graph are not clearly identified</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Power-Lines-on-graph-are-not-clearly-identified/m-p/276459#M14611</link>
      <description>&lt;P&gt;I believe that SAS 9.3 was before the HTMLBlue style was created, so you are&amp;nbsp;Reeza are using different default styles.&amp;nbsp; &lt;A href="http://blogs.sas.com/content/iml/2013/08/02/how-old-is-your-version-of-sas-release-dates-for-sas-software.html" target="_self"&gt;SAS 9.3 was more than five years ago&lt;/A&gt;, so I don't remember the default style, but I think your issue is &lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2015/06/28/attributes-priority-for-the-inquiring-mind/" target="_self"&gt;the attribute priority.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to Sanjay's article I linked to:&lt;/P&gt;
&lt;P&gt;"While this behavior was first introduced in SAS 9.3, this AttrPriority behavior was internally implemented. &amp;nbsp;With SAS 9.3M1, the AttrPriority option was surfaced in the Style. &amp;nbsp;With SAS 9.4, AttrPriority option was surfaced in the ODS Graphics statement."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In other words, if you have 9.3m1 you can use the style to change the attrpriority.&amp;nbsp; If you use a modern version of SAS, you can just say&lt;/P&gt;
&lt;P&gt;ODS GRAPHICS / attrpriority=NONE;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 10:36:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Power-Lines-on-graph-are-not-clearly-identified/m-p/276459#M14611</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-06-10T10:36:43Z</dc:date>
    </item>
  </channel>
</rss>

