<?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: How can we have multiple X-axis in panel plot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-can-we-have-multiple-X-axis-in-panel-plot/m-p/718634#M222425</link>
    <description>&lt;PRE&gt;proc sgscatter data=sashelp.iris(where=(species="Virginica"));
  title "Multi-Celled Spline Curve for Species Virginica";
  plot (sepallength sepalwidth)*(petallength petalwidth)
       / pbspline;
run;
&lt;/PRE&gt;</description>
    <pubDate>Thu, 11 Feb 2021 15:45:18 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2021-02-11T15:45:18Z</dc:date>
    <item>
      <title>How can we have multiple X-axis in panel plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-we-have-multiple-X-axis-in-panel-plot/m-p/718264#M222248</link>
      <description>&lt;P&gt;I want to have multiple X-axis in 4 panel plot using sgpanel based on my group. the below example code only gives one X-axis across to top panel as well, but i want seperate X-axis to each panel. Is it possible?&lt;/P&gt;
&lt;PRE class="sas"&gt;&lt;SPAN&gt;proc sgpanel&lt;/SPAN&gt; &lt;SPAN&gt;data&lt;/SPAN&gt;=sashelp.cars;
panelby type;
vbar Origin / &lt;SPAN&gt;group&lt;/SPAN&gt;=Origin;
&lt;SPAN&gt;run&lt;/SPAN&gt;;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 14:48:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-we-have-multiple-X-axis-in-panel-plot/m-p/718264#M222248</guid>
      <dc:creator>noda6003</dc:creator>
      <dc:date>2021-02-10T14:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can we have multiple X-axis in panel plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-we-have-multiple-X-axis-in-panel-plot/m-p/718634#M222425</link>
      <description>&lt;PRE&gt;proc sgscatter data=sashelp.iris(where=(species="Virginica"));
  title "Multi-Celled Spline Curve for Species Virginica";
  plot (sepallength sepalwidth)*(petallength petalwidth)
       / pbspline;
run;
&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Feb 2021 15:45:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-we-have-multiple-X-axis-in-panel-plot/m-p/718634#M222425</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-02-11T15:45:18Z</dc:date>
    </item>
  </channel>
</rss>

