<?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: Representing different symbols in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Representing-different-symbols/m-p/57183#M1933</link>
    <description>If you're running on a PC, and your sas is prior to v9.2, you can typically use any non-unicode font character you have installed on your PC (for example, font="symbol" '6d'x for the mu character).&lt;BR /&gt;
&lt;BR /&gt;
But having gone through several versions (v9, v9.1, v9.1.3, v9.2) I don't have v8.2 on my PC anymore, so I can't try it to make 100% sure this will work. (btw - I *really* recommend upgrading to v9.2! - you're missing out on a lot of nice new features!)&lt;BR /&gt;
&lt;BR /&gt;
Might be a good question for Tech Support, if nobody here can give a definitive answer!</description>
    <pubDate>Tue, 16 Feb 2010 14:46:13 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2010-02-16T14:46:13Z</dc:date>
    <item>
      <title>Representing different symbols</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Representing-different-symbols/m-p/57179#M1929</link>
      <description>Hi ,&lt;BR /&gt;
&lt;BR /&gt;
Can anyone explain me how to represent different symbols like +/-,µ  in titles,footnotes  in graphs , which generally does not work if we apply them directly . Are there any options to use them? &lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance</description>
      <pubDate>Mon, 15 Feb 2010 11:32:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Representing-different-symbols/m-p/57179#M1929</guid>
      <dc:creator>keen_sas</dc:creator>
      <dc:date>2010-02-15T11:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Representing different symbols</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Representing-different-symbols/m-p/57180#M1930</link>
      <description>If you're running v9.2, then you should be able to use unicode characters, such as the ones in the "albany amt" font we ship with sas, in the title as follows...&lt;BR /&gt;
&lt;BR /&gt;
title "Here is the mu character: " font="albany amt/unicode" '03bc'x;&lt;BR /&gt;
proc gplot data=sashelp.class;&lt;BR /&gt;
plot height*weight;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
(With the caveat that it might depend on what graphical proc you're running, and whether you're using "gtitles", and what output device you're using.)

Message was edited by: Robert Allison @ SAS</description>
      <pubDate>Mon, 15 Feb 2010 16:39:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Representing-different-symbols/m-p/57180#M1930</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-02-15T16:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Representing different symbols</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Representing-different-symbols/m-p/57181#M1931</link>
      <description>To follow up on Robert's post, if you happen to be using the SG procedures at 9.2, you can use ODS inline formatting to insert the Unicode value in titles, footnotes, axis labels, etc.:&lt;BR /&gt;
&lt;BR /&gt;
title "This is X(*ESC*){unicode '00b2'x}";&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
Dan</description>
      <pubDate>Mon, 15 Feb 2010 17:11:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Representing-different-symbols/m-p/57181#M1931</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2010-02-15T17:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Representing different symbols</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Representing-different-symbols/m-p/57182#M1932</link>
      <description>Thank you  for your answers. But i am working on v8.2 and i think this doesn't work on 8.2 .Can u please tell  me the options / font in v8.2 . I am working this on proc gplot  and this has to be created in PDF.</description>
      <pubDate>Tue, 16 Feb 2010 13:25:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Representing-different-symbols/m-p/57182#M1932</guid>
      <dc:creator>keen_sas</dc:creator>
      <dc:date>2010-02-16T13:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Representing different symbols</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Representing-different-symbols/m-p/57183#M1933</link>
      <description>If you're running on a PC, and your sas is prior to v9.2, you can typically use any non-unicode font character you have installed on your PC (for example, font="symbol" '6d'x for the mu character).&lt;BR /&gt;
&lt;BR /&gt;
But having gone through several versions (v9, v9.1, v9.1.3, v9.2) I don't have v8.2 on my PC anymore, so I can't try it to make 100% sure this will work. (btw - I *really* recommend upgrading to v9.2! - you're missing out on a lot of nice new features!)&lt;BR /&gt;
&lt;BR /&gt;
Might be a good question for Tech Support, if nobody here can give a definitive answer!</description>
      <pubDate>Tue, 16 Feb 2010 14:46:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Representing-different-symbols/m-p/57183#M1933</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-02-16T14:46:13Z</dc:date>
    </item>
  </channel>
</rss>

