<?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: Diferent values on x axis in SG Panel (SAS 9.4) in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Diferent-values-on-x-axis-in-SG-Panel-SAS-9-4/m-p/664297#M20130</link>
    <description>&lt;P&gt;On your PANELBY statement, set UNISCALE=ROW to allow the column axis to be independent. You might also want to set LAYOUT=COLUMNLATTICE to ensure that the panel is always built on one row, regardless of the number of classifiers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jun 2020 14:10:43 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2020-06-23T14:10:43Z</dc:date>
    <item>
      <title>Diferent values on x axis in SG Panel (SAS 9.4)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Diferent-values-on-x-axis-in-SG-Panel-SAS-9-4/m-p/664236#M20112</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to create a two-panel graph using proc sgpanel in SAS 9.4. The y-axis should be the same for the two panels, but I want both x-axis to have different values . Can that be done using SGPANEL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Shaifali&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 11:09:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Diferent-values-on-x-axis-in-SG-Panel-SAS-9-4/m-p/664236#M20112</guid>
      <dc:creator>sas_user</dc:creator>
      <dc:date>2020-06-23T11:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Diferent values on x axis in SG Panel (SAS 9.4)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Diferent-values-on-x-axis-in-SG-Panel-SAS-9-4/m-p/664246#M20126</link>
      <description>&lt;P&gt;Maybe you want this ?&lt;/P&gt;
&lt;PRE&gt;proc sgscatter data=sashelp.class;
compare x=(weight height) y=age;
run;&lt;/PRE&gt;
&lt;P&gt;Calling&amp;nbsp; &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;&amp;nbsp; for proc template.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 11:55:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Diferent-values-on-x-axis-in-SG-Panel-SAS-9-4/m-p/664246#M20126</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-06-23T11:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Diferent values on x axis in SG Panel (SAS 9.4)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Diferent-values-on-x-axis-in-SG-Panel-SAS-9-4/m-p/664252#M20128</link>
      <description>Thanks, I tried and it worked. But it seems rowaxis and colaxis statements are not supported by SGSCATTER, how can i assign labels and attributes to axis in this.&lt;BR /&gt;Thank you in advance.</description>
      <pubDate>Tue, 23 Jun 2020 12:07:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Diferent-values-on-x-axis-in-SG-Panel-SAS-9-4/m-p/664252#M20128</guid>
      <dc:creator>sas_user</dc:creator>
      <dc:date>2020-06-23T12:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Diferent values on x axis in SG Panel (SAS 9.4)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Diferent-values-on-x-axis-in-SG-Panel-SAS-9-4/m-p/664258#M20129</link>
      <description>You could search it at support.sas.com to get its documentation.&lt;BR /&gt;I rarely use it .</description>
      <pubDate>Tue, 23 Jun 2020 12:29:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Diferent-values-on-x-axis-in-SG-Panel-SAS-9-4/m-p/664258#M20129</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-06-23T12:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Diferent values on x axis in SG Panel (SAS 9.4)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Diferent-values-on-x-axis-in-SG-Panel-SAS-9-4/m-p/664297#M20130</link>
      <description>&lt;P&gt;On your PANELBY statement, set UNISCALE=ROW to allow the column axis to be independent. You might also want to set LAYOUT=COLUMNLATTICE to ensure that the panel is always built on one row, regardless of the number of classifiers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 14:10:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Diferent-values-on-x-axis-in-SG-Panel-SAS-9-4/m-p/664297#M20130</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2020-06-23T14:10:43Z</dc:date>
    </item>
  </channel>
</rss>

