<?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: How can I plot any character as subscript in label? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-can-I-plot-any-character-as-subscript-in-label/m-p/588288#M75902</link>
    <description>The "^{sub 0-∞}" works with procedures like proc print. It does not with sgplot, unicode should work. But unicode subscript format for infinity is an issue.</description>
    <pubDate>Thu, 12 Sep 2019 15:24:00 GMT</pubDate>
    <dc:creator>JosvanderVelden</dc:creator>
    <dc:date>2019-09-12T15:24:00Z</dc:date>
    <item>
      <title>How can I plot any character as subscript in label?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-I-plot-any-character-as-subscript-in-label/m-p/587454#M75875</link>
      <description>&lt;P&gt;When I going to plot a special character&amp;nbsp;&lt;SPAN&gt;∞ (Infinity) as subscript in position of Y axis label, I just failed so many times.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, May some of you could help me? Thanks a lot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is the demo code:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods escapechar='^';

data test;
	input Dose AucInf;
	cards;
	10 11
	10 15
	20 18
	20 20
	30 24
	30 25
	;
run;

proc sgplot data = test;
	scatter x = Dose y = AucInf;
	label Dose = 'Dose(mg)' AucInf = 'AUC^{sub 0-∞}(min*ng/mL)';
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Like I said before, neither&lt;STRONG&gt; label&lt;/STRONG&gt; statement &lt;STRONG&gt;nor&lt;/STRONG&gt; yaxis&amp;nbsp;statement works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I also tried the unicode method:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2011/11/14/the-power-of-unicode/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2011/11/14/the-power-of-unicode/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But there never have a subscript format unicode for&amp;nbsp;∞ !&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 08:28:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-I-plot-any-character-as-subscript-in-label/m-p/587454#M75875</guid>
      <dc:creator>whymath</dc:creator>
      <dc:date>2019-09-10T08:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can I plot any character as subscript in label?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-I-plot-any-character-as-subscript-in-label/m-p/588288#M75902</link>
      <description>The "^{sub 0-∞}" works with procedures like proc print. It does not with sgplot, unicode should work. But unicode subscript format for infinity is an issue.</description>
      <pubDate>Thu, 12 Sep 2019 15:24:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-I-plot-any-character-as-subscript-in-label/m-p/588288#M75902</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2019-09-12T15:24:00Z</dc:date>
    </item>
  </channel>
</rss>

