<?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 Wrap Around Y-Axis Label in PROC SGPANEL in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Wrap-Around-Y-Axis-Label-in-PROC-SGPANEL/m-p/763858#M21908</link>
    <description>&lt;P&gt;As the title suggests, I want the text of the y-axis to wrap around. It's currently named based off the label given in the dataset. When I run PROC SGPLOT on all BMI groups, there isn't an issue. But with PROC SGPANEL, the label isn't being wrapped. How can I fix this?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgpanel data = work;
 panelby BMIGRP / layout = panel columns = 3 spacing = 10 novarname;
 scatter x = INF y = ADJDV / group = BMIGRP;
 refline 0.5 1 1.5 / axis = x lineattrs = (pattern = dash);
 keylegend / title = "BMI Group" noborder;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 25 Aug 2021 14:24:31 GMT</pubDate>
    <dc:creator>mariko5797</dc:creator>
    <dc:date>2021-08-25T14:24:31Z</dc:date>
    <item>
      <title>Wrap Around Y-Axis Label in PROC SGPANEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Wrap-Around-Y-Axis-Label-in-PROC-SGPANEL/m-p/763858#M21908</link>
      <description>&lt;P&gt;As the title suggests, I want the text of the y-axis to wrap around. It's currently named based off the label given in the dataset. When I run PROC SGPLOT on all BMI groups, there isn't an issue. But with PROC SGPANEL, the label isn't being wrapped. How can I fix this?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgpanel data = work;
 panelby BMIGRP / layout = panel columns = 3 spacing = 10 novarname;
 scatter x = INF y = ADJDV / group = BMIGRP;
 refline 0.5 1 1.5 / axis = x lineattrs = (pattern = dash);
 keylegend / title = "BMI Group" noborder;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 Aug 2021 14:24:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Wrap-Around-Y-Axis-Label-in-PROC-SGPANEL/m-p/763858#M21908</guid>
      <dc:creator>mariko5797</dc:creator>
      <dc:date>2021-08-25T14:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Wrap Around Y-Axis Label in PROC SGPANEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Wrap-Around-Y-Axis-Label-in-PROC-SGPANEL/m-p/763866#M21909</link>
      <description>&lt;P&gt;Can you provide more details , maybe as an image, of what you mean by "wrap around Y-axis".&lt;/P&gt;
&lt;P&gt;The only thing I think of with that phrase doesn't make any sense so obviously I am missing something.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Better would be to actually provide example data in the form of a data step OR use your Sgpanel code with one of the SAS supplied data sets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The ROWAXIS statement normally is where to start with Y axis appearance in Sgpanel.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 14:29:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Wrap-Around-Y-Axis-Label-in-PROC-SGPANEL/m-p/763866#M21909</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-08-25T14:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Wrap Around Y-Axis Label in PROC SGPANEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Wrap-Around-Y-Axis-Label-in-PROC-SGPANEL/m-p/763874#M21910</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/311553"&gt;@mariko5797&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the ROWAXIS statement and the LABEL option to explicitly create your own Y-Axis label. You can also use the SPLITCHAR option if you want to have your axis label go on multiple lines.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 14:49:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Wrap-Around-Y-Axis-Label-in-PROC-SGPANEL/m-p/763874#M21910</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2021-08-25T14:49:04Z</dc:date>
    </item>
  </channel>
</rss>

