<?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 Is it possible to use SGPANEL to have a graph for each group and overall? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-use-SGPANEL-to-have-a-graph-for-each-group-and/m-p/767943#M21972</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mariko5797_0-1631725913617.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63621iBD5C3E56AB18229A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mariko5797_0-1631725913617.png" alt="mariko5797_0-1631725913617.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to have the bottom right be an Origin = any (&lt;EM&gt;i.e.&lt;/EM&gt; overall distribution)? My thought is to do something like this:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data cars;
 set sashelp.cars;
run;

data cars2;
 set cars;
 origin = 'any';
run;

data cars3;
 set cars cars2;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;However, I feel like this may take up too much computational power if you have a particularly large dataset, so is there another way?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Sep 2021 17:24:47 GMT</pubDate>
    <dc:creator>mariko5797</dc:creator>
    <dc:date>2021-09-15T17:24:47Z</dc:date>
    <item>
      <title>Is it possible to use SGPANEL to have a graph for each group and overall?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-use-SGPANEL-to-have-a-graph-for-each-group-and/m-p/767943#M21972</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mariko5797_0-1631725913617.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63621iBD5C3E56AB18229A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mariko5797_0-1631725913617.png" alt="mariko5797_0-1631725913617.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to have the bottom right be an Origin = any (&lt;EM&gt;i.e.&lt;/EM&gt; overall distribution)? My thought is to do something like this:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data cars;
 set sashelp.cars;
run;

data cars2;
 set cars;
 origin = 'any';
run;

data cars3;
 set cars cars2;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;However, I feel like this may take up too much computational power if you have a particularly large dataset, so is there another way?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 17:24:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-use-SGPANEL-to-have-a-graph-for-each-group-and/m-p/767943#M21972</guid>
      <dc:creator>mariko5797</dc:creator>
      <dc:date>2021-09-15T17:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use SGPANEL to have a graph for each group and overall?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-use-SGPANEL-to-have-a-graph-for-each-group-and/m-p/767948#M21973</link>
      <description>&lt;P&gt;You don't mention any specific type of plot.&lt;/P&gt;
&lt;P&gt;If concerned about large data with that approach then summarize the data yourself and don't have the graphing procedure do it. But if you are looking at Histogram or Density you can summarize and provide a Freq variable for a count of identical plot values to reduce the data set size (maybe, depends on your data).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might consider a format or rounded value for largish continuous variables like price before summarizing to reduce the number of records as well. Consider if a car has a price in the $35,000 how much practical significance comes with a difference of a couple hundred dollars for examining distributions?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 17:40:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Is-it-possible-to-use-SGPANEL-to-have-a-graph-for-each-group-and/m-p/767948#M21973</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-09-15T17:40:15Z</dc:date>
    </item>
  </channel>
</rss>

