<?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: QQPLOT (with ODS GRAPHICS) taking forever to generate graph: Warning &amp;quot;This graph has too ma in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/QQPLOT-with-ODS-GRAPHICS-taking-forever-to-generate-graph/m-p/522953#M6754</link>
    <description>&lt;P&gt;Thank you Chris for your prompt reply. I now used:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods graphics on / &lt;FONT&gt;outputfmt = STATIC; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;to suppress the vector format. I think it does a similar job to what you were suggesting. The code took approximately 11 minutes to execute, but finally I did see the graphs generated. &amp;nbsp; &amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Dec 2018 20:40:15 GMT</pubDate>
    <dc:creator>MGLondon</dc:creator>
    <dc:date>2018-12-20T20:40:15Z</dc:date>
    <item>
      <title>QQPLOT (with ODS GRAPHICS) taking forever to generate graph: Warning "This graph has too many ..."</title>
      <link>https://communities.sas.com/t5/SAS-Studio/QQPLOT-with-ODS-GRAPHICS-taking-forever-to-generate-graph/m-p/522942#M6752</link>
      <description>&lt;P&gt;I am trying to generate a QQPLOT with ODS Graphics turned on. The dataset (crdata.mortgage) has&amp;nbsp;&lt;SPAN&gt;622489&lt;/SPAN&gt; observations and 23 variables. I am trying to generate the QQPLOT for two of the variables (FICO_orig_time and LTV_orig_time). The below is the code I am using:&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;/* Q-Q Plots or quantile-quantile plots */&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;ODS GRAPHICS ON;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;PROC UNIVARIATE DATA=crdata.mortgage NOPRINT;&lt;BR /&gt;&amp;nbsp;QQPLOT FICO_orig_time LTV_orig_time / NORMAL(MU=EST sigma=EST COLOR=lightgrey);&lt;BR /&gt;RUN;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;ODS GRAPHICS OFF;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;However, the QQPLOT is taking forever to generate. Upon stopping the code I found the warning repeated two times for both the variables "WARNING: This graph has too many graphical elements. You may not be able to get any vector graphics output and in that case, you&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; can set your output format to an image type." &amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;Any help would be much appreciated.&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Dec 2018 19:34:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/QQPLOT-with-ODS-GRAPHICS-taking-forever-to-generate-graph/m-p/522942#M6752</guid>
      <dc:creator>MGLondon</dc:creator>
      <dc:date>2018-12-20T19:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: QQPLOT (with ODS GRAPHICS) taking forever to generate graph: Warning "This graph has too ma</title>
      <link>https://communities.sas.com/t5/SAS-Studio/QQPLOT-with-ODS-GRAPHICS-taking-forever-to-generate-graph/m-p/522946#M6753</link>
      <description>&lt;P&gt;You might have IMAGEMAP or IMAGEFMT=SVG turned on.&amp;nbsp; Try issuing:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;ods graphics on / reset;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ahead of your program.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 19:53:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/QQPLOT-with-ODS-GRAPHICS-taking-forever-to-generate-graph/m-p/522946#M6753</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-12-20T19:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: QQPLOT (with ODS GRAPHICS) taking forever to generate graph: Warning "This graph has too ma</title>
      <link>https://communities.sas.com/t5/SAS-Studio/QQPLOT-with-ODS-GRAPHICS-taking-forever-to-generate-graph/m-p/522953#M6754</link>
      <description>&lt;P&gt;Thank you Chris for your prompt reply. I now used:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods graphics on / &lt;FONT&gt;outputfmt = STATIC; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;to suppress the vector format. I think it does a similar job to what you were suggesting. The code took approximately 11 minutes to execute, but finally I did see the graphs generated. &amp;nbsp; &amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 20:40:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/QQPLOT-with-ODS-GRAPHICS-taking-forever-to-generate-graph/m-p/522953#M6754</guid>
      <dc:creator>MGLondon</dc:creator>
      <dc:date>2018-12-20T20:40:15Z</dc:date>
    </item>
  </channel>
</rss>

