<?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: Italicize one letter of axis label in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Italicize-one-letter-of-axis-label/m-p/316846#M11092</link>
    <description>&lt;P&gt;You can use a LABEL option on XAXISOPTS as shown below with SGPLOT. &amp;nbsp;This will also work for ENTRY.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods escapechar '~';&lt;BR /&gt;proc sgplot data=sashelp.class;&lt;BR /&gt; vbar age;&lt;BR /&gt; xaxis label="Coefficient (i ~{unicode '00B2'x} )" labelattrs=(style=italic);&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Dec 2016 20:52:37 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2016-12-05T20:52:37Z</dc:date>
    <item>
      <title>Italicize one letter of axis label</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Italicize-one-letter-of-axis-label/m-p/316841#M11091</link>
      <description>&lt;P&gt;I am adding an axis&amp;nbsp;label&amp;nbsp;to a panel of plots created using layout lattice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The axis label needs to read "Coefficient (I2)" with the&amp;nbsp;&lt;STRONG&gt;I italicized&lt;/STRONG&gt; and the 2 superscript.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am able to&amp;nbsp;superscript the 2&amp;nbsp;using the following code, but I can't seem to get the I italicized.&amp;nbsp; I am using SAS 9.3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ENTRY&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;'Coefficient&amp;nbsp;(I(*ESC*){unicode "00B2"x})'&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 20:42:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Italicize-one-letter-of-axis-label/m-p/316841#M11091</guid>
      <dc:creator>fastb</dc:creator>
      <dc:date>2016-12-05T20:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Italicize one letter of axis label</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Italicize-one-letter-of-axis-label/m-p/316846#M11092</link>
      <description>&lt;P&gt;You can use a LABEL option on XAXISOPTS as shown below with SGPLOT. &amp;nbsp;This will also work for ENTRY.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods escapechar '~';&lt;BR /&gt;proc sgplot data=sashelp.class;&lt;BR /&gt; vbar age;&lt;BR /&gt; xaxis label="Coefficient (i ~{unicode '00B2'x} )" labelattrs=(style=italic);&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 20:52:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Italicize-one-letter-of-axis-label/m-p/316846#M11092</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2016-12-05T20:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Italicize one letter of axis label</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Italicize-one-letter-of-axis-label/m-p/317032#M11098</link>
      <description>&lt;P&gt;Thank you Sanjay; as always, your solution worked perfectly!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 14:25:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Italicize-one-letter-of-axis-label/m-p/317032#M11098</guid>
      <dc:creator>fastb</dc:creator>
      <dc:date>2016-12-06T14:25:52Z</dc:date>
    </item>
  </channel>
</rss>

