<?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 attrpriority in ODS graphics in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/attrpriority-in-ODS-graphics/m-p/416054#M19901</link>
    <description>&lt;P&gt;I am quite new to sas, and really sometimes I want to use it as a fast (without scanning through all the documentation) way for analysis.&lt;/P&gt;
&lt;P&gt;My comment may not seem very bright (for what I apologize)&lt;/P&gt;
&lt;P&gt;But sometimes things are just not intuitive.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_odsgraph_sect055.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_odsgraph_sect055.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="xis-codeBlock"&gt;attrpriority=none &lt;/PRE&gt;
&lt;P&gt;vs.&lt;/P&gt;
&lt;PRE class="xis-codeBlock"&gt;attrpriority=color;&lt;/PRE&gt;
&lt;P&gt;I would like to understand why such option was created. Is it due to process optimization?&lt;/P&gt;
&lt;P&gt;It took me a while to resolve this issue, because I wanted to make a time series graph by group with graphs that are different not only with regard to color but also marker and datacontrastcolor statement in SGPLOT was ignored by SAS. When I resolved the issue I was surprised by this feature &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In general I am very happy with SAS, and the fact that University Edition is available. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Nov 2017 18:31:45 GMT</pubDate>
    <dc:creator>SilvijusA</dc:creator>
    <dc:date>2017-11-24T18:31:45Z</dc:date>
    <item>
      <title>attrpriority in ODS graphics</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/attrpriority-in-ODS-graphics/m-p/416054#M19901</link>
      <description>&lt;P&gt;I am quite new to sas, and really sometimes I want to use it as a fast (without scanning through all the documentation) way for analysis.&lt;/P&gt;
&lt;P&gt;My comment may not seem very bright (for what I apologize)&lt;/P&gt;
&lt;P&gt;But sometimes things are just not intuitive.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_odsgraph_sect055.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_odsgraph_sect055.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="xis-codeBlock"&gt;attrpriority=none &lt;/PRE&gt;
&lt;P&gt;vs.&lt;/P&gt;
&lt;PRE class="xis-codeBlock"&gt;attrpriority=color;&lt;/PRE&gt;
&lt;P&gt;I would like to understand why such option was created. Is it due to process optimization?&lt;/P&gt;
&lt;P&gt;It took me a while to resolve this issue, because I wanted to make a time series graph by group with graphs that are different not only with regard to color but also marker and datacontrastcolor statement in SGPLOT was ignored by SAS. When I resolved the issue I was surprised by this feature &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In general I am very happy with SAS, and the fact that University Edition is available. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2017 18:31:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/attrpriority-in-ODS-graphics/m-p/416054#M19901</guid>
      <dc:creator>SilvijusA</dc:creator>
      <dc:date>2017-11-24T18:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Just a commnet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/attrpriority-in-ODS-graphics/m-p/416064#M19902</link>
      <description>&lt;P&gt;The initial styles in SAS were all (what we now call) attribute priority=none.&amp;nbsp; The thought was they would work reasonably OK if a color image was printed in black and white.&amp;nbsp; Many of us did not like this and wanted styles optimized for color.&amp;nbsp; I pushed through HTMLBLUE, which was an attrpriority=color style.&amp;nbsp; Its less well known partner was HTMLBLUECML which used the colors of HTMLBLUE but was attrpriority=none.&amp;nbsp; You have a choice of either type, and you can change the attribute priority for particular graphs or in general.&amp;nbsp; My preference is to use htmlblue, change the attribute priority to none, and make the lines all solid.&amp;nbsp; Attribute priority&amp;nbsp;is very well documented and we talk about it in our tutorials.&amp;nbsp; I particularly recommend the primer in the ODS Graphics chapter of SAS/STAT for basic information about ODS Graphics.&amp;nbsp; There will be many things in a complicated system like SAS that will be surprising.&amp;nbsp; This is why we have extensive documentation, all available to google searches, tech support, and SAS Communities.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2017 17:40:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/attrpriority-in-ODS-graphics/m-p/416064#M19902</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-11-24T17:40:24Z</dc:date>
    </item>
  </channel>
</rss>

