<?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: axis labels, indicies and greek letters in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/axis-labels-indicies-and-greek-letters/m-p/915529#M360752</link>
    <description>Thank you very much for quick reply! It was very helpfull!</description>
    <pubDate>Mon, 12 Feb 2024 10:32:41 GMT</pubDate>
    <dc:creator>AnnaIv</dc:creator>
    <dc:date>2024-02-12T10:32:41Z</dc:date>
    <item>
      <title>axis labels, indicies and greek letters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/axis-labels-indicies-and-greek-letters/m-p/915521#M360750</link>
      <description>&lt;P&gt;Dear SAS support team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a short question regarding the labels on the graph: is it possible to use in the axis labels indices and greek letters? E.g. "C_1" and "theta".&lt;/P&gt;&lt;P&gt;Thank you in advance for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 09:19:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/axis-labels-indicies-and-greek-letters/m-p/915521#M360750</guid>
      <dc:creator>AnnaIv</dc:creator>
      <dc:date>2024-02-12T09:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: axis labels, indicies and greek letters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/axis-labels-indicies-and-greek-letters/m-p/915528#M360751</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/463713"&gt;@AnnaIv&lt;/a&gt;&amp;nbsp;and welcome to the SAS Support Communities!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, this is possible:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.class;
xaxis label="Letter C with index 1 is here: C(*ESC*){unicode '2081'x}" labelattrs=GraphUnicodeText;
yaxis label="Here is the Greek letter theta: (*ESC*){unicode theta} and a variant of it: (*ESC*){unicode '03D1'x}";
scatter x=weight y=height;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;(Code adapted from an example found in "&lt;A href="https://communities.sas.com/t5/Ask-the-Expert/Creating-Oncology-Figures-Using-ODS-Graphics-Q-amp-A-Slides-and/ta-p/909049" target="_blank" rel="noopener"&gt;Creating Oncology Figures Using ODS Graphics ...&lt;/A&gt;" using hex codes found in a quick internet search.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="unicode_labels.png" style="width: 640px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/93550i4A6DF22FA652E0DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="unicode_labels.png" alt="unicode_labels.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without the&amp;nbsp;&lt;FONT face="courier new,courier"&gt;labelattrs=GraphUnicodeText&lt;/FONT&gt; option in the XAXIS statement the subscript 1 did not appear.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 10:23:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/axis-labels-indicies-and-greek-letters/m-p/915528#M360751</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2024-02-12T10:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: axis labels, indicies and greek letters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/axis-labels-indicies-and-greek-letters/m-p/915529#M360752</link>
      <description>Thank you very much for quick reply! It was very helpfull!</description>
      <pubDate>Mon, 12 Feb 2024 10:32:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/axis-labels-indicies-and-greek-letters/m-p/915529#M360752</guid>
      <dc:creator>AnnaIv</dc:creator>
      <dc:date>2024-02-12T10:32:41Z</dc:date>
    </item>
  </channel>
</rss>

