<?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: Mixture of latin and greek letters in PROC SGPANEL panel headers/axes in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Mixture-of-latin-and-greek-letters-in-PROC-SGPANEL-panel-headers/m-p/189918#M7004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;From the online help in SAS 9.3:&lt;/DIV&gt;&lt;DIV class="paraSimpleFirst"&gt;&lt;DIV class="syntaxSimple"&gt;&lt;DIV class="syntaxLevel"&gt; &lt;/DIV&gt;&lt;DIV class="syntaxLevel"&gt;^{&lt;SPAN class="keyword"&gt;UNICODE&lt;/SPAN&gt; &lt;SPAN class="argOptional"&gt;&amp;lt;&lt;SPAN class="choice"&gt;&lt;SPAN class="userSuppliedValue"&gt;unicode-value&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="choice"&gt; | &lt;SPAN class="userSuppliedValue"&gt;'unicode-value'X&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;} &lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="paraSimpleFirst"&gt;&lt;DIV&gt;&lt;SPAN class="userSuppliedValue"&gt;'unicode-value'X&lt;/SPAN&gt; &lt;P&gt;&lt;/P&gt;&lt;P class="paraSimpleFirst"&gt;is syntax used with STAT/GRAPH. A hexadecimal value &lt;BR /&gt;is enclosed in single or double quotes followed by an &lt;CODE&gt;X&lt;/CODE&gt;. The &lt;BR /&gt;&lt;CODE&gt;X&lt;/CODE&gt; specifies that the value in quotes is a hexadecimal value. This &lt;BR /&gt;quoted value must be an actual four-place hexadecimal Unicode value or one of &lt;BR /&gt;the names listed in the Base.Template.Tagsets template. For example, 03B2 is the &lt;BR /&gt;Unicode value for the Alpha symbol. &lt;SPAN class="xrefSee"&gt;&lt;SPAN class="xrefText"&gt;For &lt;BR /&gt;details about Unicode values, see &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/ms-its:odsug.chm::/odsug.hlp/p11xia2ltavr8ln17srq8vn4rnqc.htm#n0hy9uoktstwzjn1a4avuteevf2f" title=""&gt;Using &lt;BR /&gt;Unicode Symbols&lt;/A&gt;&lt;SPAN class="xrefText"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class="argument"&gt;&lt;SPAN class="userSuppliedValue"&gt;So you may need to look up the code values instead of shorthand such as Lambda&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Sep 2014 14:42:43 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2014-09-08T14:42:43Z</dc:date>
    <item>
      <title>Mixture of latin and greek letters in PROC SGPANEL panel headers/axes</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Mixture-of-latin-and-greek-letters-in-PROC-SGPANEL-panel-headers/m-p/189917#M7003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Dear all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;do you know whether it is possible in SAS 9.4 to get special characters into the labels on axes or panel headers in statistical graphics procedures? &lt;/SPAN&gt;&lt;SPAN&gt;E.g. the below works for getting the greek character into the title, but the panel header does not resolve the ^{unicode lambda} bit and just displays that verbatim. Is there some way to make this work with SGPLOT/SGPANEL in this manner or does one need to resolve it via the choice of fonts (see second code below)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods escapechar="^";&lt;/P&gt;&lt;P&gt;data xxx;&lt;BR /&gt;&amp;nbsp; cat="Parameter ^{unicode lambda}";&lt;BR /&gt;&amp;nbsp; x=1; y=1; output;&lt;BR /&gt;&amp;nbsp; x=2; y=2; output;&lt;BR /&gt;run;&lt;BR /&gt;title "Parameter ^{unicode lambda}";&lt;BR /&gt;proc sgpanel;&lt;BR /&gt;&amp;nbsp; panelby cat;&lt;BR /&gt;&amp;nbsp; series x=x y=y;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below actually works for getting a special character into the panel header, but then I cannot add any "normal" test such as "Parameter" in a normal font, any longer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data xxx;&lt;BR /&gt;&amp;nbsp; cat="l";&lt;BR /&gt;&amp;nbsp; x=1; y=1; output;&lt;BR /&gt;&amp;nbsp; x=2; y=2; output;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc sgpanel;&lt;BR /&gt;&amp;nbsp; panelby cat / HEADERATTRS=(family="Times New Roman Symbol");&lt;BR /&gt;&amp;nbsp; series x=x y=y;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any ideas for how to get this to work so that I could have a panel header saying e.g. "Parameter λ" or "log(λ)" etc.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any ideas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Sep 2014 11:09:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Mixture-of-latin-and-greek-letters-in-PROC-SGPANEL-panel-headers/m-p/189917#M7003</guid>
      <dc:creator>BjoernHolzhauer</dc:creator>
      <dc:date>2014-09-07T11:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mixture of latin and greek letters in PROC SGPANEL panel headers/axes</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Mixture-of-latin-and-greek-letters-in-PROC-SGPANEL-panel-headers/m-p/189918#M7004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;From the online help in SAS 9.3:&lt;/DIV&gt;&lt;DIV class="paraSimpleFirst"&gt;&lt;DIV class="syntaxSimple"&gt;&lt;DIV class="syntaxLevel"&gt; &lt;/DIV&gt;&lt;DIV class="syntaxLevel"&gt;^{&lt;SPAN class="keyword"&gt;UNICODE&lt;/SPAN&gt; &lt;SPAN class="argOptional"&gt;&amp;lt;&lt;SPAN class="choice"&gt;&lt;SPAN class="userSuppliedValue"&gt;unicode-value&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="choice"&gt; | &lt;SPAN class="userSuppliedValue"&gt;'unicode-value'X&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;} &lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="paraSimpleFirst"&gt;&lt;DIV&gt;&lt;SPAN class="userSuppliedValue"&gt;'unicode-value'X&lt;/SPAN&gt; &lt;P&gt;&lt;/P&gt;&lt;P class="paraSimpleFirst"&gt;is syntax used with STAT/GRAPH. A hexadecimal value &lt;BR /&gt;is enclosed in single or double quotes followed by an &lt;CODE&gt;X&lt;/CODE&gt;. The &lt;BR /&gt;&lt;CODE&gt;X&lt;/CODE&gt; specifies that the value in quotes is a hexadecimal value. This &lt;BR /&gt;quoted value must be an actual four-place hexadecimal Unicode value or one of &lt;BR /&gt;the names listed in the Base.Template.Tagsets template. For example, 03B2 is the &lt;BR /&gt;Unicode value for the Alpha symbol. &lt;SPAN class="xrefSee"&gt;&lt;SPAN class="xrefText"&gt;For &lt;BR /&gt;details about Unicode values, see &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/ms-its:odsug.chm::/odsug.hlp/p11xia2ltavr8ln17srq8vn4rnqc.htm#n0hy9uoktstwzjn1a4avuteevf2f" title=""&gt;Using &lt;BR /&gt;Unicode Symbols&lt;/A&gt;&lt;SPAN class="xrefText"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class="argument"&gt;&lt;SPAN class="userSuppliedValue"&gt;So you may need to look up the code values instead of shorthand such as Lambda&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 14:42:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Mixture-of-latin-and-greek-letters-in-PROC-SGPANEL-panel-headers/m-p/189918#M7004</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-09-08T14:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mixture of latin and greek letters in PROC SGPANEL panel headers/axes</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Mixture-of-latin-and-greek-letters-in-PROC-SGPANEL-panel-headers/m-p/189919#M7005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We support inline UNICODE escapement in any string that is specified, such as axis labels, legend labels, etc. However, we do not currently support escapement from within the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 15:25:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Mixture-of-latin-and-greek-letters-in-PROC-SGPANEL-panel-headers/m-p/189919#M7005</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2014-09-08T15:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Mixture of latin and greek letters in PROC SGPANEL panel headers/axes</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Mixture-of-latin-and-greek-letters-in-PROC-SGPANEL-panel-headers/m-p/189920#M7006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, good to know that at the moment I cannot get it to work that way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 11:36:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Mixture-of-latin-and-greek-letters-in-PROC-SGPANEL-panel-headers/m-p/189920#M7006</guid>
      <dc:creator>BjoernHolzhauer</dc:creator>
      <dc:date>2014-09-11T11:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Mixture of latin and greek letters in PROC SGPANEL panel headers/axes</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Mixture-of-latin-and-greek-letters-in-PROC-SGPANEL-panel-headers/m-p/189921#M7007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has this changed in SAS 9.4? I need special characters for my panel headers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 14:36:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Mixture-of-latin-and-greek-letters-in-PROC-SGPANEL-panel-headers/m-p/189921#M7007</guid>
      <dc:creator>kschless</dc:creator>
      <dc:date>2015-08-04T14:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Mixture of latin and greek letters in PROC SGPANEL panel headers/axes</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Mixture-of-latin-and-greek-letters-in-PROC-SGPANEL-panel-headers/m-p/189922#M7008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you got SAS 9.4 Maintenance release 3? I believe you should be able to do that in this release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a blog from Sanjay Matange:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2015/07/29/unicode-in-formatted-data-sas-9-40m3/" title="http://blogs.sas.com/content/graphicallyspeaking/2015/07/29/unicode-in-formatted-data-sas-9-40m3/"&gt;http://blogs.sas.com/content/graphicallyspeaking/2015/07/29/unicode-in-formatted-data-sas-9-40m3/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 14:53:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Mixture-of-latin-and-greek-letters-in-PROC-SGPANEL-panel-headers/m-p/189922#M7008</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2015-08-04T14:53:51Z</dc:date>
    </item>
  </channel>
</rss>

