<?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: proc sgpanel: how to italicize one panel header? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-how-to-italicize-one-panel-header/m-p/847424#M23342</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%sganno
data sganno;
%SGRECTANGLE(X1=20,Y1=98,HEIGHT=3,WIDTH=20,DISPLAY="FILL",DRAWSPACE="LAYOUTPERCENT",FILLCOLOR="white")
%SGTEXT(LABEL="Se",WIDTH=100,DRAWSPACE="LAYOUTPERCENT",TEXTSIZE=9,X1=22,Y1=97.6,FILLCOLOR="white",FILLTRANSPARENCY=1)
%SGTEXTCONT(LABEL="tosa",TEXTSIZE=9,TEXTSTYLE="ITALIC")

run;

proc sgpanel data=sashelp.iris sganno=sganno;	
  panelby species / novarname columns=3 headerbackcolor=white;
  reg x=sepallength y=sepalwidth;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1669973225697.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/77955i1604D2128932BA15/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1669973225697.png" alt="Ksharp_0-1669973225697.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Dec 2022 09:27:13 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2022-12-02T09:27:13Z</dc:date>
    <item>
      <title>proc sgpanel: how to italicize one panel header?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-how-to-italicize-one-panel-header/m-p/847392#M23340</link>
      <description>&lt;PRE&gt;&lt;CODE class=""&gt;proc sgpanel data=sashelp.iris;	
  panelby species / novarname columns=3;
  reg x=sepallength y=sepalwidth;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I'm working on the proc sgpanel plot (SAS 9.4) and need help with the font. Can I make the word "Setosa" (partly) italicized, like Se&lt;EM&gt;tosa&lt;/EM&gt;? Any help would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/77936i9D59E38588E62AB3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 05:41:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-how-to-italicize-one-panel-header/m-p/847392#M23340</guid>
      <dc:creator>shishiwakamaru</dc:creator>
      <dc:date>2022-12-02T05:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgpanel: how to italicize one panel header?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-how-to-italicize-one-panel-header/m-p/847424#M23342</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%sganno
data sganno;
%SGRECTANGLE(X1=20,Y1=98,HEIGHT=3,WIDTH=20,DISPLAY="FILL",DRAWSPACE="LAYOUTPERCENT",FILLCOLOR="white")
%SGTEXT(LABEL="Se",WIDTH=100,DRAWSPACE="LAYOUTPERCENT",TEXTSIZE=9,X1=22,Y1=97.6,FILLCOLOR="white",FILLTRANSPARENCY=1)
%SGTEXTCONT(LABEL="tosa",TEXTSIZE=9,TEXTSTYLE="ITALIC")

run;

proc sgpanel data=sashelp.iris sganno=sganno;	
  panelby species / novarname columns=3 headerbackcolor=white;
  reg x=sepallength y=sepalwidth;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1669973225697.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/77955i1604D2128932BA15/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1669973225697.png" alt="Ksharp_0-1669973225697.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 09:27:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-how-to-italicize-one-panel-header/m-p/847424#M23342</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-12-02T09:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgpanel: how to italicize one panel header?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-how-to-italicize-one-panel-header/m-p/847469#M23343</link>
      <description>Exactly what I want!&lt;BR /&gt;(I did try several X1, Y1, HEIGHT numbers to find the perfect spot.つ﹏⊂)</description>
      <pubDate>Fri, 02 Dec 2022 16:50:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-how-to-italicize-one-panel-header/m-p/847469#M23343</guid>
      <dc:creator>shishiwakamaru</dc:creator>
      <dc:date>2022-12-02T16:50:21Z</dc:date>
    </item>
  </channel>
</rss>

