<?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: Scatter plot matrix size restraint in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Scatter-plot-matrix-size-restraint/m-p/447474#M15377</link>
    <description>&lt;P&gt;Try setting the physical size of the graph larger, for example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics / width=1000px height=1000px;&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, 21 Mar 2018 16:19:31 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2018-03-21T16:19:31Z</dc:date>
    <item>
      <title>Scatter plot matrix size restraint</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Scatter-plot-matrix-size-restraint/m-p/447472#M15376</link>
      <description>&lt;P&gt;Does SAS cap out at a 5x5 scatter plot matrix? I'm trying to plot 7 variables, but only a 5x5 table comes up. Are there any work arounds?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 16:14:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Scatter-plot-matrix-size-restraint/m-p/447472#M15376</guid>
      <dc:creator>Angmar</dc:creator>
      <dc:date>2018-03-21T16:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter plot matrix size restraint</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Scatter-plot-matrix-size-restraint/m-p/447474#M15377</link>
      <description>&lt;P&gt;Try setting the physical size of the graph larger, for example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics / width=1000px height=1000px;&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, 21 Mar 2018 16:19:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Scatter-plot-matrix-size-restraint/m-p/447474#M15377</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-03-21T16:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter plot matrix size restraint</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Scatter-plot-matrix-size-restraint/m-p/447479#M15378</link>
      <description>&lt;P&gt;Thank you, but it just made everything bigger - still have a 5x5 scatter plot matrix&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 16:23:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Scatter-plot-matrix-size-restraint/m-p/447479#M15378</guid>
      <dc:creator>Angmar</dc:creator>
      <dc:date>2018-03-21T16:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter plot matrix size restraint</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Scatter-plot-matrix-size-restraint/m-p/447502#M15379</link>
      <description>&lt;P&gt;Is this SGSCATTER, or a GTL template? Can you share any code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;BR /&gt;Dan&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 17:20:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Scatter-plot-matrix-size-restraint/m-p/447502#M15379</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-03-21T17:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter plot matrix size restraint</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Scatter-plot-matrix-size-restraint/m-p/447504#M15380</link>
      <description>&lt;P&gt;If your graph is produced with &lt;STRONG&gt;proc corr&lt;/STRONG&gt;, you can use options &lt;STRONG&gt;NVAR=ALL&amp;nbsp;|&amp;nbsp;&lt;SPAN class=" aa-argument"&gt;n &lt;/SPAN&gt;&lt;/STRONG&gt;and &lt;STRONG&gt;NWITH=ALL&amp;nbsp;|&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN class=" aa-argument"&gt;&lt;STRONG&gt;n&lt;/STRONG&gt; in the &lt;STRONG&gt;plots=matrix(&amp;lt;options&amp;gt;)&lt;/STRONG&gt; request to override the maximum of 5 variables per panel.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 17:24:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Scatter-plot-matrix-size-restraint/m-p/447504#M15380</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-03-21T17:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter plot matrix size restraint</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Scatter-plot-matrix-size-restraint/m-p/447505#M15381</link>
      <description>&lt;P&gt;The following produces a 7x7 matrix for me. Try this and see if it works for you:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgscatter data=sashelp.cars;
matrix weight cylinders msrp mpg_city mpg_highway horsepower invoice;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Mar 2018 17:25:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Scatter-plot-matrix-size-restraint/m-p/447505#M15381</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-03-21T17:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter plot matrix size restraint</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Scatter-plot-matrix-size-restraint/m-p/447983#M15402</link>
      <description>&lt;P&gt;Thanks everyone - it was my own mistake. The first subject in my sample was missing a couple of measurements. I ended up specifying the print-out for a subject who had all values for all measurement times.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 22:13:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Scatter-plot-matrix-size-restraint/m-p/447983#M15402</guid>
      <dc:creator>Angmar</dc:creator>
      <dc:date>2018-03-22T22:13:34Z</dc:date>
    </item>
  </channel>
</rss>

