<?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: greek delta in annotate dataset in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/greek-delta-in-annotate-dataset/m-p/152721#M5703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ods escapechar='~';&lt;/P&gt;&lt;P&gt;proc sgplot data=sashelp.class;&lt;/P&gt;&lt;P&gt;symbolchar name=sym1 char=delta_l&amp;nbsp; / rotate=180 textattrs=(Weight=Bold);&lt;/P&gt;&lt;P&gt;yaxis label="Test : %sysfunc(unicode(&amp;amp;#948;, ncr)) = %sysfunc(unicode(&amp;amp;#181;,ncr))2";&lt;/P&gt;&lt;P&gt;xaxis label="~{unicode '03B4'x}";&lt;/P&gt;&lt;P&gt;scatter x=weight y=height&amp;nbsp; / markerattrs=(symbol=sym1 size=15pt);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pastedImage_0.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/8417_pastedImage_0.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Dec 2014 19:32:54 GMT</pubDate>
    <dc:creator>FriedEgg</dc:creator>
    <dc:date>2014-12-16T19:32:54Z</dc:date>
    <item>
      <title>greek delta in annotate dataset</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/greek-delta-in-annotate-dataset/m-p/152718#M5700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Dear SAS Users,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here: &lt;A _jive_internal="true" href="https://communities.sas.com/message/144788#144788"&gt;https://communities.sas.com/message/144788&lt;/A&gt; it is discribed, how a µ can be inserted in a Graph. When I use in ANNOTATE the statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;%label(&lt;/SPAN&gt;&lt;SPAN style="; color: #008080; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;50&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; , &lt;/SPAN&gt;&lt;SPAN style="; color: #008080; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;90&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; , &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;"Test : %sysfunc(byte(948),$1.) = %sysfunc(byte(181),$1.)2"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp; , black , &lt;/SPAN&gt;&lt;SPAN style="; color: #008080; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; , &lt;/SPAN&gt;&lt;SPAN style="; color: #008080; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; , &lt;/SPAN&gt;&lt;SPAN style="; color: #008080; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;1.5&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; , &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;'Arial'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; , &lt;/SPAN&gt;&lt;SPAN style="; color: #008080; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;then the µ is printed, but for the delta, I get the warning&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;"&lt;/SPAN&gt;WARNING: An argument to the function BYTE referenced by the %SYSFUNC or %QSYSFUNC macro function is out of range.&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;How can I get the small delta? I got the code 948 for delta from the following page, which is also cited in the link above:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;A href="http://www.ssec.wisc.edu/~tomw/java/unicode.html#x0080"&gt;http://www.ssec.wisc.edu/~tomw/java/unicode.html#x0080&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;Thank you in advance and best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;Edit: The same warning appears if I insert use &lt;/SPAN&gt;%sysfunc(byte(963),$1.) to insert a small sigma. Can you also help me with that greek letter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 18:57:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/greek-delta-in-annotate-dataset/m-p/152718#M5700</guid>
      <dc:creator>saibot</dc:creator>
      <dc:date>2014-12-16T18:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: greek delta in annotate dataset</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/greek-delta-in-annotate-dataset/m-p/152719#M5701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's one way to do it, using SAS/Graph annotate ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data my_anno;&lt;/P&gt;&lt;P&gt;xsys='3'; ysys='3'; hsys='3';&lt;/P&gt;&lt;P&gt;x=50; y=50; size=8;&lt;/P&gt;&lt;P&gt;function='label'; style='albany amt/unicode'; text='2206'x;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title ls=5.0&amp;nbsp; "Here is the Greek delta symbol:";&lt;/P&gt;&lt;P&gt;proc gslide anno=my_anno;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="delta.png" class="jive-image-thumbnail jive-image" height="429" src="https://communities.sas.com/legacyfs/online/8414_delta.png" style="height: 429px; width: 572.848664688427px;" width="573" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 19:09:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/greek-delta-in-annotate-dataset/m-p/152719#M5701</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2014-12-16T19:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: greek delta in annotate dataset</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/greek-delta-in-annotate-dataset/m-p/152720#M5702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Robert, for the answer.&lt;BR /&gt;I got the large Delta from your example. Can you tell me how to get a small delta and a small sigma? Or can you tell me where I can find a table with the 'albany amt/unicode' letters? It is not so easy to find such a table with google...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 19:29:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/greek-delta-in-annotate-dataset/m-p/152720#M5702</guid>
      <dc:creator>saibot</dc:creator>
      <dc:date>2014-12-16T19:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: greek delta in annotate dataset</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/greek-delta-in-annotate-dataset/m-p/152721#M5703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ods escapechar='~';&lt;/P&gt;&lt;P&gt;proc sgplot data=sashelp.class;&lt;/P&gt;&lt;P&gt;symbolchar name=sym1 char=delta_l&amp;nbsp; / rotate=180 textattrs=(Weight=Bold);&lt;/P&gt;&lt;P&gt;yaxis label="Test : %sysfunc(unicode(&amp;amp;#948;, ncr)) = %sysfunc(unicode(&amp;amp;#181;,ncr))2";&lt;/P&gt;&lt;P&gt;xaxis label="~{unicode '03B4'x}";&lt;/P&gt;&lt;P&gt;scatter x=weight y=height&amp;nbsp; / markerattrs=(symbol=sym1 size=15pt);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pastedImage_0.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/8417_pastedImage_0.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 19:32:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/greek-delta-in-annotate-dataset/m-p/152721#M5703</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2014-12-16T19:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: greek delta in annotate dataset</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/greek-delta-in-annotate-dataset/m-p/152722#M5704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're on Windows, you can run the 'Character Map' program, and then select the 'Albany Amt' font, and then look through all the characters. When you click on a character, you'll see the numeric code at the bottom of the window. I'm attaching a screen-capture below, so you'll know what to expect...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="char_map.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/8418_char_map.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 19:36:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/greek-delta-in-annotate-dataset/m-p/152722#M5704</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2014-12-16T19:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: greek delta in annotate dataset</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/greek-delta-in-annotate-dataset/m-p/152723#M5705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked the character map, but for the big Delta from your example, there is written: U+0394. I don't see the connection to text='2206'x in your example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 19:45:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/greek-delta-in-annotate-dataset/m-p/152723#M5705</guid>
      <dc:creator>saibot</dc:creator>
      <dc:date>2014-12-16T19:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: greek delta in annotate dataset</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/greek-delta-in-annotate-dataset/m-p/152724#M5706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry, it works. It seems that there are several possibilities to get a big Delta. Thank you both for the good tipps! Great! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 19:48:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/greek-delta-in-annotate-dataset/m-p/152724#M5706</guid>
      <dc:creator>saibot</dc:creator>
      <dc:date>2014-12-16T19:48:12Z</dc:date>
    </item>
  </channel>
</rss>

