<?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: UNIVARIATE HISTOGRAM CHREF list in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/UNIVARIATE-HISTOGRAM-CHREF-list/m-p/89527#M25535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The doc does specify you should be able to have multiple values in chref, just not how to &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 May 2013 18:01:00 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2013-05-30T18:01:00Z</dc:date>
    <item>
      <title>UNIVARIATE HISTOGRAM CHREF list</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/UNIVARIATE-HISTOGRAM-CHREF-list/m-p/89522#M25530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been trying to get UNIVARIATE to create a histogram with two vertical references lines of two different colors.&amp;nbsp; I seem to be able to specify the location of two reference lines, with no problem...but can't seem to get two different colors to be used for the two lines individually.&amp;nbsp; I was basing my attempts on the enhancements listed here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/whatsnew/65742/HTML/default/viewer.htm#procstatwhatsnew93.htm"&gt;http://support.sas.com/documentation/cdl/en/whatsnew/65742/HTML/default/viewer.htm#procstatwhatsnew93.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under Univariate, before 'What's Changed' it says CHREF will accommodate a list.&amp;nbsp; I've tried listing several different colors, but i always get errors.&amp;nbsp; Here's a simple data step to create a file, and the UNIVARIATE code i have been editing.&amp;nbsp; Both lines plot with no problems, but they're always either one color, or i get an error in the log.&amp;nbsp; Any help is appreciated, though i'm thinking i&amp;nbsp; need to either go GPLOT or ANNOTATE (which i don't mind doing, but also don't want to do if there's an easier way as mentioned by the enhancements).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data octane;&lt;/P&gt;&lt;P&gt;input Expert Customer;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;94.5 92.0&lt;/P&gt;&lt;P&gt;94.0 88.0&lt;/P&gt;&lt;P&gt;94.0 90.0&lt;/P&gt;&lt;P&gt;93.0 93.0&lt;/P&gt;&lt;P&gt;88.0 88.0&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc univariate data=octane;&lt;/P&gt;&lt;P&gt;&amp;nbsp; histogram customer&lt;/P&gt;&lt;P&gt;&amp;nbsp; /href=89 91 chref=red green;&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 02:22:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/UNIVARIATE-HISTOGRAM-CHREF-list/m-p/89522#M25530</guid>
      <dc:creator>jsberger</dc:creator>
      <dc:date>2013-05-30T02:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: UNIVARIATE HISTOGRAM CHREF list</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/UNIVARIATE-HISTOGRAM-CHREF-list/m-p/89523#M25531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried&lt;/P&gt;&lt;P&gt;CHREF=(red green)&lt;/P&gt;&lt;P&gt;?&amp;nbsp; That's the format other procedures use for multiple colors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 14:13:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/UNIVARIATE-HISTOGRAM-CHREF-list/m-p/89523#M25531</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2013-05-30T14:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: UNIVARIATE HISTOGRAM CHREF list</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/UNIVARIATE-HISTOGRAM-CHREF-list/m-p/89524#M25532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did try that, i get an error that underlines the parentheses and says 'expecting one of the following...'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 15:00:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/UNIVARIATE-HISTOGRAM-CHREF-list/m-p/89524#M25532</guid>
      <dc:creator>jsberger</dc:creator>
      <dc:date>2013-05-30T15:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: UNIVARIATE HISTOGRAM CHREF list</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/UNIVARIATE-HISTOGRAM-CHREF-list/m-p/89525#M25533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's the same thing I got, I'd contact Tech Support, there weren't any examples online I could find and they probably have the answer faster &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 16:00:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/UNIVARIATE-HISTOGRAM-CHREF-list/m-p/89525#M25533</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-05-30T16:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: UNIVARIATE HISTOGRAM CHREF list</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/UNIVARIATE-HISTOGRAM-CHREF-list/m-p/89526#M25534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may need to use one of the other procedures such as SGPLOT or GCHART that give you more control over what is displayed. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 17:30:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/UNIVARIATE-HISTOGRAM-CHREF-list/m-p/89526#M25534</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-05-30T17:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: UNIVARIATE HISTOGRAM CHREF list</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/UNIVARIATE-HISTOGRAM-CHREF-list/m-p/89527#M25535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The doc does specify you should be able to have multiple values in chref, just not how to &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 18:01:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/UNIVARIATE-HISTOGRAM-CHREF-list/m-p/89527#M25535</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-05-30T18:01:00Z</dc:date>
    </item>
  </channel>
</rss>

