<?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 Paneling question in sgscatter in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Paneling-question-in-sgscatter/m-p/627562#M19509</link>
    <description>&lt;P&gt;I am working to create a figure for a manuscript using sgscatter. I've gotten it almost where I want it but would like to have the panels in the figure (by row or column) share a common set of axis labels rather than having unique axis labels for each panel. I am wondering if sgscatter is the right procedure of if I need to try something different. Appreciate any suggestions. Code below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgscatter&lt;BR /&gt;data=WICST_ANCOVA_Resids&lt;BR /&gt;sganno=anno&lt;BR /&gt;datasymbols=(circle diamond diamondfilled triangle trianglefilled square)&lt;BR /&gt;datacontrastcolors=(black);&lt;BR /&gt;label CC="Year" CS="Year" CSW="Year" CAAA="Year" CoAA="Year" PAST="Year";&lt;BR /&gt;plot tGcal_ha*(CC CS CSW CAAA CoAA PAST) /&lt;BR /&gt;rows = 2 columns = 3&lt;BR /&gt;group = system&lt;BR /&gt;nolegend&lt;BR /&gt;reg=(nogroup lineattrs=(pattern=shortdash color=black) clm);&lt;BR /&gt;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Feb 2020 16:27:11 GMT</pubDate>
    <dc:creator>grsanford</dc:creator>
    <dc:date>2020-02-26T16:27:11Z</dc:date>
    <item>
      <title>Paneling question in sgscatter</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Paneling-question-in-sgscatter/m-p/627562#M19509</link>
      <description>&lt;P&gt;I am working to create a figure for a manuscript using sgscatter. I've gotten it almost where I want it but would like to have the panels in the figure (by row or column) share a common set of axis labels rather than having unique axis labels for each panel. I am wondering if sgscatter is the right procedure of if I need to try something different. Appreciate any suggestions. Code below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgscatter&lt;BR /&gt;data=WICST_ANCOVA_Resids&lt;BR /&gt;sganno=anno&lt;BR /&gt;datasymbols=(circle diamond diamondfilled triangle trianglefilled square)&lt;BR /&gt;datacontrastcolors=(black);&lt;BR /&gt;label CC="Year" CS="Year" CSW="Year" CAAA="Year" CoAA="Year" PAST="Year";&lt;BR /&gt;plot tGcal_ha*(CC CS CSW CAAA CoAA PAST) /&lt;BR /&gt;rows = 2 columns = 3&lt;BR /&gt;group = system&lt;BR /&gt;nolegend&lt;BR /&gt;reg=(nogroup lineattrs=(pattern=shortdash color=black) clm);&lt;BR /&gt;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 16:27:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Paneling-question-in-sgscatter/m-p/627562#M19509</guid>
      <dc:creator>grsanford</dc:creator>
      <dc:date>2020-02-26T16:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Paneling question in sgscatter</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Paneling-question-in-sgscatter/m-p/627626#M19510</link>
      <description>&lt;P&gt;Since your axis ranges are independent per cell, and given your preferred layout, PROC SGPANEL will not work for you. One "brute-force" way you can do it is to set all of your labels to be 'a0'x and annotate your combined axis labels outside of the panel.&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>Wed, 26 Feb 2020 18:53:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Paneling-question-in-sgscatter/m-p/627626#M19510</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2020-02-26T18:53:39Z</dc:date>
    </item>
  </channel>
</rss>

