<?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 sgpanel y-axis values in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-y-axis-values/m-p/7868#M4</link>
    <description>How do I change the y-axis values?&lt;BR /&gt;
I would like to have y-axis values ranging from 0-14 by 2 for "count".&lt;BR /&gt;
&lt;BR /&gt;
proc sgpanel data=x;&lt;BR /&gt;
panelby bu / spacing=5 novarname; &lt;BR /&gt;
vline ydoi / response=count datalabel;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Thank you.</description>
    <pubDate>Mon, 27 Sep 2010 23:59:37 GMT</pubDate>
    <dc:creator>gzr2mz39</dc:creator>
    <dc:date>2010-09-27T23:59:37Z</dc:date>
    <item>
      <title>sgpanel y-axis values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-y-axis-values/m-p/7868#M4</link>
      <description>How do I change the y-axis values?&lt;BR /&gt;
I would like to have y-axis values ranging from 0-14 by 2 for "count".&lt;BR /&gt;
&lt;BR /&gt;
proc sgpanel data=x;&lt;BR /&gt;
panelby bu / spacing=5 novarname; &lt;BR /&gt;
vline ydoi / response=count datalabel;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Thank you.</description>
      <pubDate>Mon, 27 Sep 2010 23:59:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgpanel-y-axis-values/m-p/7868#M4</guid>
      <dc:creator>gzr2mz39</dc:creator>
      <dc:date>2010-09-27T23:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: sgpanel y-axis values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-y-axis-values/m-p/7869#M5</link>
      <description>Hi:&lt;BR /&gt;
  Check out the ROWAXIS (Y axis) and COLAXIS (X axis) statements available with SGPANEL:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/62603/HTML/default/viewer.htm#panelaxis-stmt.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grstatproc/62603/HTML/default/viewer.htm#panelaxis-stmt.htm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 28 Sep 2010 01:29:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgpanel-y-axis-values/m-p/7869#M5</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-09-28T01:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: sgpanel y-axis values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-y-axis-values/m-p/7870#M6</link>
      <description>Add this line to your SGPANEL somewhere after the PANELBY statement:&lt;BR /&gt;
&lt;BR /&gt;
ROWAXIS values=(0 to 14 by 2);&lt;BR /&gt;
&lt;BR /&gt;
-- Dan</description>
      <pubDate>Tue, 28 Sep 2010 13:17:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgpanel-y-axis-values/m-p/7870#M6</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2010-09-28T13:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: sgpanel y-axis values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-y-axis-values/m-p/841136#M23233</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I need to display subject observation count for each visit in xaxis in sgpanel for each treatment group. pleasc help how to do this. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 13:42:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgpanel-y-axis-values/m-p/841136#M23233</guid>
      <dc:creator>kumar19</dc:creator>
      <dc:date>2022-10-27T13:42:31Z</dc:date>
    </item>
  </channel>
</rss>

