<?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 Superscript with multiple digits in PROC SGPLOT in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Superscript-with-multiple-digits-in-PROC-SGPLOT/m-p/949864#M25108</link>
    <description>&lt;P&gt;Is there an efficient way to do this? I need to place double-digit superscipts (powers of 10) on&amp;nbsp; plots. The only way I can get it to work is if I use two unicode statements, one for each digit.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Nov 2024 18:33:49 GMT</pubDate>
    <dc:creator>_Hopper</dc:creator>
    <dc:date>2024-11-04T18:33:49Z</dc:date>
    <item>
      <title>Superscript with multiple digits in PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Superscript-with-multiple-digits-in-PROC-SGPLOT/m-p/949864#M25108</link>
      <description>&lt;P&gt;Is there an efficient way to do this? I need to place double-digit superscipts (powers of 10) on&amp;nbsp; plots. The only way I can get it to work is if I use two unicode statements, one for each digit.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 18:33:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Superscript-with-multiple-digits-in-PROC-SGPLOT/m-p/949864#M25108</guid>
      <dc:creator>_Hopper</dc:creator>
      <dc:date>2024-11-04T18:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Superscript with multiple digits in PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Superscript-with-multiple-digits-in-PROC-SGPLOT/m-p/949865#M25109</link>
      <description>&lt;P&gt;Can you share what you have attempted?&lt;/P&gt;
&lt;P&gt;As in some data and the code where you need to display these. There can be some interesting limitations depending on whether you want these to appear on an axis tick mark label, as a data label in the body of a graph or text somewhere else.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 18:49:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Superscript-with-multiple-digits-in-PROC-SGPLOT/m-p/949865#M25109</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-11-04T18:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Superscript with multiple digits in PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Superscript-with-multiple-digits-in-PROC-SGPLOT/m-p/949866#M25110</link>
      <description>It goes in an inset box&lt;BR /&gt;6.8X10^11</description>
      <pubDate>Mon, 04 Nov 2024 18:50:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Superscript-with-multiple-digits-in-PROC-SGPLOT/m-p/949866#M25110</guid>
      <dc:creator>_Hopper</dc:creator>
      <dc:date>2024-11-04T18:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Superscript with multiple digits in PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Superscript-with-multiple-digits-in-PROC-SGPLOT/m-p/949871#M25111</link>
      <description>&lt;P&gt;Like this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ods escapechar='^';
proc sgplot data=sashelp.class;
   scatter x=height y=weight;
   inset  "some text 6x10(*ESC*){sup'11'}";
run;
&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Nov 2024 20:15:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Superscript-with-multiple-digits-in-PROC-SGPLOT/m-p/949871#M25111</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-11-04T20:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Superscript with multiple digits in PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Superscript-with-multiple-digits-in-PROC-SGPLOT/m-p/949872#M25112</link>
      <description>That did it! Thanks!</description>
      <pubDate>Mon, 04 Nov 2024 20:31:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Superscript-with-multiple-digits-in-PROC-SGPLOT/m-p/949872#M25112</guid>
      <dc:creator>_Hopper</dc:creator>
      <dc:date>2024-11-04T20:31:44Z</dc:date>
    </item>
  </channel>
</rss>

