<?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: ODS RTF ≥ symbol in a plot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283243#M10024</link>
    <description>&lt;P&gt;Can you post just the SGPLOT code you are using, along with any TITLE and FOOTNOTE statements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;BR /&gt;Dan&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jul 2016 02:09:24 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2016-07-11T02:09:24Z</dc:date>
    <item>
      <title>ODS RTF ≥ symbol in a plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283169#M10019</link>
      <description>&lt;P&gt;I am trying to display the&amp;nbsp;≥ symbol (greater than or equal to) on y-axis in a plot using the sgplot procedure. But, the&amp;nbsp;≥ symbol is replaced by just the = symbol in the RTF document produced. The&amp;nbsp;≥ symbol is part of a string in a character variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;KC&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2016 20:16:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283169#M10019</guid>
      <dc:creator>kc</dc:creator>
      <dc:date>2016-07-09T20:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF ≥ symbol in a plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283170#M10020</link>
      <description>Hi:&lt;BR /&gt;  You might want to post this question in the ODS Graphics forum with some of your data and code. This blog by Sanjay Matange shows using Unicode characters in an inset box. Perhaps you can modify this technique for your plot.&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/?s=unicode+legend" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/?s=unicode+legend&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Sat, 09 Jul 2016 20:47:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283170#M10020</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-07-09T20:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF ≥ symbol in a plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283243#M10024</link>
      <description>&lt;P&gt;Can you post just the SGPLOT code you are using, along with any TITLE and FOOTNOTE statements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;BR /&gt;Dan&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2016 02:09:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283243#M10024</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-07-11T02:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF ≥ symbol in a plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283790#M10044</link>
      <description>&lt;P&gt;Here is the sgplot code and the proc format code (no titles or footnote statements)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc format library=work;&lt;BR /&gt; value &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;yscale&lt;/FONT&gt;&lt;/STRONG&gt; 200 = 'Treatment'&lt;BR /&gt; 160 = 'Age ^{unicode 2265} 75' &lt;BR /&gt; 140 = 'Age &amp;lt; 75' &lt;BR /&gt; 100 = 'US'&lt;BR /&gt; 80 = 'Outside US'&lt;BR /&gt; other = '' &lt;BR /&gt; ;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ods options orientation=portrait;&lt;BR /&gt;ODS ESCAPECHAR='^'; &lt;BR /&gt;ods graphics on / border=off;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;ods rtf file&lt;/FONT&gt;&lt;/STRONG&gt;='C:\Users\Z1000\Desktop\newplot.rtf' sge=on;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;proc sgplot&lt;/FONT&gt;&lt;/STRONG&gt; data=combined sganno=anno;&lt;BR /&gt;scatter x=meanestimate y=Order / xerrorlower=MeanLowerCL xerrorupper=MeanUpperCL markerattrs=OR (symbol=DiamondFilled size=6);&lt;BR /&gt;refline 1/axis=x;&lt;BR /&gt;format Order yscale.;&lt;BR /&gt;xaxis label="Relative Rate" LABELATTRS=(Family='Arial' ) VALUEATTRS=(Family=Arial SIZE=10 ) type=LOG LOGBASE= 10 min=0.5 max=2 values = (0.5 1 2);&lt;BR /&gt;yaxis label="SubGroups" display=(nolabel) &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;tickvalueformat=yscale.&lt;/FONT&gt;&lt;/STRONG&gt; VALUEATTRS=(Family=Arial SIZE=10 ) offsetmin=0.1 offsetmax=0.1&amp;nbsp;VALUES = (80 100 140 160 200);&lt;BR /&gt;run;&lt;BR /&gt;ods rtf close;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 14:55:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283790#M10044</guid>
      <dc:creator>kc</dc:creator>
      <dc:date>2016-07-12T14:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF ≥ symbol in a plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283793#M10045</link>
      <description>&lt;P&gt;Instead of using ODS ESCAPECHAR, you must use the default escape sequence, which is (*ESC*). There were issues with using user-defined ESCAPECHARs in the PROC FORMAT context. Plus, by using the default sequence, you are guaranteed that the format stored in the catalog will always work, regardless of how your program defines ESCAPECHAR. Let me know if that works for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;BR /&gt;Dan&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 15:13:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283793#M10045</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-07-12T15:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF ≥ symbol in a plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283805#M10046</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried using the default escape sequence, but with no luck. The symbol does show up as its supposed to in the title and footnote statements no matter which escape sequence I use, but just not as an axis value for some reason.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 15:55:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283805#M10046</guid>
      <dc:creator>kc</dc:creator>
      <dc:date>2016-07-12T15:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF ≥ symbol in a plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283816#M10047</link>
      <description>&lt;P&gt;What version of SAS are you using?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 16:15:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283816#M10047</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-07-12T16:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF ≥ symbol in a plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283819#M10048</link>
      <description>&lt;P&gt;I am using SAS 9.4 (TS1M1) - Do I need TS1M3 for the code to work (I see that on some blogs)?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 16:18:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283819#M10048</guid>
      <dc:creator>kc</dc:creator>
      <dc:date>2016-07-12T16:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF ≥ symbol in a plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283821#M10049</link>
      <description>&lt;P&gt;Yes, that is the issue. It was a recent development.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 16:25:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283821#M10049</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-07-12T16:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF ≥ symbol in a plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283823#M10050</link>
      <description>&lt;P&gt;Thanks Dan! I should have probably mentioned that along with the code.Will try and see if the code works after upgrading to TS1M3 release.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 16:30:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-RTF-symbol-in-a-plot/m-p/283823#M10050</guid>
      <dc:creator>kc</dc:creator>
      <dc:date>2016-07-12T16:30:49Z</dc:date>
    </item>
  </channel>
</rss>

