<?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: Creating customized horizontal scales in PROC SGPANEL in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Creating-customized-horizontal-scales-in-PROC-SGPANEL/m-p/353902#M82673</link>
    <description>&lt;P&gt;I think to have those very specific axis values will require using proc template and sgrender.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, you can use the uniscale=rows and that will allow you to have different scales on the column (x) axis.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Apr 2017 21:11:28 GMT</pubDate>
    <dc:creator>collinelliot</dc:creator>
    <dc:date>2017-04-26T21:11:28Z</dc:date>
    <item>
      <title>Creating customized horizontal scales in PROC SGPANEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-customized-horizontal-scales-in-PROC-SGPANEL/m-p/353888#M82667</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am creating a panel graph in SAS with 3 columns. &amp;nbsp;The vertical axis is fine. &amp;nbsp;I want to change the range of the horizontal scale for each of the panels from the SAS default to the following:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;first panel:&amp;nbsp;range of 0 to 20&lt;/P&gt;&lt;P&gt;second panel: 60 to 98&amp;nbsp;&lt;/P&gt;&lt;P&gt;third panel: 0 to 18&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If possible, how do I insert this into my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SGPANEL DATA=domestic.graphics;
PANELBY Service /novarname layout=panel columns=3 HEADERATTRS=(Color=red Family='Arial Narrow/Bold' Size=12 Weight=Bold) ;
hbar naics / response= mkt_usage datalabel datalabelfitpolicy=none nooutline ;
colaxis label=' '; 
rowaxis display=(nolabel) colorbands=odd colorbandattrs=(transparency=0.5) labelattrs=(family='Arial Narrow') valueattrs=(size=7pt);
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 20:47:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-customized-horizontal-scales-in-PROC-SGPANEL/m-p/353888#M82667</guid>
      <dc:creator>Jack1</dc:creator>
      <dc:date>2017-04-26T20:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating customized horizontal scales in PROC SGPANEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-customized-horizontal-scales-in-PROC-SGPANEL/m-p/353902#M82673</link>
      <description>&lt;P&gt;I think to have those very specific axis values will require using proc template and sgrender.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, you can use the uniscale=rows and that will allow you to have different scales on the column (x) axis.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 21:11:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-customized-horizontal-scales-in-PROC-SGPANEL/m-p/353902#M82673</guid>
      <dc:creator>collinelliot</dc:creator>
      <dc:date>2017-04-26T21:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating customized horizontal scales in PROC SGPANEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-customized-horizontal-scales-in-PROC-SGPANEL/m-p/354113#M82782</link>
      <description>&lt;P&gt;Try another two options.But still can't define the Y axis.&lt;/P&gt;
&lt;P&gt;Suggest post it at ODS Graphic forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SGPANEL DATA=domestic.graphics;
PANELBY Service /novarname 
layout=panel columns=3 
HEADERATTRS=(Color=red Family='Arial Narrow/Bold' Size=12 Weight=Bold) 

 proportional uniscale=row/column
 
;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Apr 2017 13:48:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-customized-horizontal-scales-in-PROC-SGPANEL/m-p/354113#M82782</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-04-27T13:48:50Z</dc:date>
    </item>
  </channel>
</rss>

