<?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 Boxplot memory issue in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Boxplot-memory-issue/m-p/214430#M8001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was trying proc sgplot to generate a box plot. It was aborted due to memory issue. The data set has about 1.7 million records, but there's only 16 distinct values for the x-axis. There are also some other procedures in SAS that can do box plot. I was wondering which procedure can handle big data sets better. I would like to add a limit that if the number of rows exceeds the limit it will not do the box plot. But I'm not sure how to calculate the limit based on the memory I have. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jul 2015 17:38:54 GMT</pubDate>
    <dc:creator>xian</dc:creator>
    <dc:date>2015-07-30T17:38:54Z</dc:date>
    <item>
      <title>Boxplot memory issue</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Boxplot-memory-issue/m-p/214430#M8001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was trying proc sgplot to generate a box plot. It was aborted due to memory issue. The data set has about 1.7 million records, but there's only 16 distinct values for the x-axis. There are also some other procedures in SAS that can do box plot. I was wondering which procedure can handle big data sets better. I would like to add a limit that if the number of rows exceeds the limit it will not do the box plot. But I'm not sure how to calculate the limit based on the memory I have. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 17:38:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Boxplot-memory-issue/m-p/214430#M8001</guid>
      <dc:creator>xian</dc:creator>
      <dc:date>2015-07-30T17:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Boxplot memory issue</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Boxplot-memory-issue/m-p/214431#M8002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should show the code used in case you specified something that might be an issue. If you requested plots for multiple variables that might cause some issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just generated a random data set with 1.7 million records and with one analysis variable and 16 x values proc boxplot completed the graph in under 1 second. So the file size is unlikely to be the main issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 17:59:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Boxplot-memory-issue/m-p/214431#M8002</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-07-30T17:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Boxplot memory issue</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Boxplot-memory-issue/m-p/214432#M8003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code is super simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data = t2ds;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vbox T2 / category = fis_week;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; refline LCL;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; refline UCL;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; refline CTL;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; format fis_week $4.;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 19:22:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Boxplot-memory-issue/m-p/214432#M8003</guid>
      <dc:creator>xian</dc:creator>
      <dc:date>2015-07-30T19:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Boxplot memory issue</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Boxplot-memory-issue/m-p/214433#M8004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ballardw for pointing me to the right direction. I think it's the format statement that's causing the problem. After I removed the format. It completed in seconds.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 19:37:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Boxplot-memory-issue/m-p/214433#M8004</guid>
      <dc:creator>xian</dc:creator>
      <dc:date>2015-07-30T19:37:22Z</dc:date>
    </item>
  </channel>
</rss>

