<?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 to create PROC SGPLOT for a large dataset in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-PROC-SGPLOT-for-a-large-dataset/m-p/828562#M588</link>
    <description>Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;, I hope to provide any appropriate visualization which will provide the viewer on all the distinct movie production company which were involved in movie production, say for a specific decade in the movie industry (eg from year 2000 to year 2009 as my entire DS pertains information from this decade).</description>
    <pubDate>Sat, 13 Aug 2022 10:54:47 GMT</pubDate>
    <dc:creator>pierrecarlos</dc:creator>
    <dc:date>2022-08-13T10:54:47Z</dc:date>
    <item>
      <title>How to create PROC SGPLOT for a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-PROC-SGPLOT-for-a-large-dataset/m-p/828551#M586</link>
      <description>&lt;P&gt;Hi all, I'm still learning SAS Studio 3.8 (Enterprise Edition) and I'm humbly requesting for help on a particular dataset which I'm currently working on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The dataset is about movies. It was obtained from one of the open source channel. I've uploaded my DS and the PROC CONTENT indicates that there are 7700+ observations. PROC FREQ reveals the max freq to be at around 300+ (appearing thrice). The rest are well within the region of 1 to 60.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to produce a simple bar plot for the variable but I'm getting a cluttered output. Company variable (CHAR) refers to the various film production companies such as Werner Bros etcetera.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;PROC SGPLOT DATA = MOVIES_DS;
VBAR company;
TITLE 'Movie Production Companies';
RUN;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="The output" style="width: 358px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/74417i7FB3C0FAECFBF4AC/image-dimensions/358x266?v=v2" width="358" height="266" role="button" title="image.png" alt="The output" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;The output&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please help on how to produce a much better bar plot visualisation. Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2022 04:53:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-PROC-SGPLOT-for-a-large-dataset/m-p/828551#M586</guid>
      <dc:creator>pierrecarlos</dc:creator>
      <dc:date>2022-08-13T04:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to create PROC SGPLOT for a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-PROC-SGPLOT-for-a-large-dataset/m-p/828558#M587</link>
      <description>&lt;P&gt;You don't say how many distinct values of COMPANY exist, but there are way too many. So bar chart not a good idea here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What information do you want the viewer of such a chart to come away with?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2022 10:07:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-PROC-SGPLOT-for-a-large-dataset/m-p/828558#M587</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-08-13T10:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create PROC SGPLOT for a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-PROC-SGPLOT-for-a-large-dataset/m-p/828562#M588</link>
      <description>Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;, I hope to provide any appropriate visualization which will provide the viewer on all the distinct movie production company which were involved in movie production, say for a specific decade in the movie industry (eg from year 2000 to year 2009 as my entire DS pertains information from this decade).</description>
      <pubDate>Sat, 13 Aug 2022 10:54:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-PROC-SGPLOT-for-a-large-dataset/m-p/828562#M588</guid>
      <dc:creator>pierrecarlos</dc:creator>
      <dc:date>2022-08-13T10:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create PROC SGPLOT for a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-PROC-SGPLOT-for-a-large-dataset/m-p/828563#M589</link>
      <description>&lt;P&gt;You answered a different question ... what you hope to provide. What do you want the viewer of the plot to learn from the plot?&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2022 10:59:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-PROC-SGPLOT-for-a-large-dataset/m-p/828563#M589</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-08-13T10:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create PROC SGPLOT for a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-PROC-SGPLOT-for-a-large-dataset/m-p/828564#M590</link>
      <description>Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;. I want the viewer to learn / recognize the most prolific / most active production company in terms of producing movies. My apologies if my sentence is not correct.</description>
      <pubDate>Sat, 13 Aug 2022 11:11:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-PROC-SGPLOT-for-a-large-dataset/m-p/828564#M590</guid>
      <dc:creator>pierrecarlos</dc:creator>
      <dc:date>2022-08-13T11:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create PROC SGPLOT for a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-PROC-SGPLOT-for-a-large-dataset/m-p/828565#M591</link>
      <description>&lt;P&gt;So modify your data set so that it has only "the most prolific / most active production company" and plot the modified data set.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2022 11:27:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-PROC-SGPLOT-for-a-large-dataset/m-p/828565#M591</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-08-13T11:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to create PROC SGPLOT for a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-PROC-SGPLOT-for-a-large-dataset/m-p/828566#M592</link>
      <description>Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;. Thank you for the advice! Suppose if I want to display all the distinct companies in the first place, what will be the best SAS visualization technique?</description>
      <pubDate>Sat, 13 Aug 2022 11:33:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-PROC-SGPLOT-for-a-large-dataset/m-p/828566#M592</guid>
      <dc:creator>pierrecarlos</dc:creator>
      <dc:date>2022-08-13T11:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create PROC SGPLOT for a large dataset</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-PROC-SGPLOT-for-a-large-dataset/m-p/828567#M593</link>
      <description>&lt;P&gt;You haven't told me how many companies there are, but I think that a printed list would be the best way. Or an Excel file with the list.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2022 12:54:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-PROC-SGPLOT-for-a-large-dataset/m-p/828567#M593</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-08-13T12:54:55Z</dc:date>
    </item>
  </channel>
</rss>

