<?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 Square scatter plot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Square-scatter-plot/m-p/602405#M19077</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a square axis scatter plot with up to&amp;nbsp; 60 legends , I am using proc template and Proc SGrender procedure.(which is kind of standard i have to follow) gplot is not allowed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the plot is rectangular most of the time. also i have two x y axes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have tried&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;layout lattice / rowdatarange=data columndatarange=data rowgutter=10 columngutter=10;&lt;BR /&gt;layout overlayequated /equatetype=square&lt;/P&gt;&lt;P&gt;xaxisopts=(griddisplay=off&lt;BR /&gt;label="" labelattrs=(family="arial" size=11pt weight=normal)&lt;BR /&gt;linearopts=(&lt;BR /&gt;viewmin=0.0 viewmax=&amp;amp;xmax_mg. minorticks=ON minortickcount=9&lt;BR /&gt;tickvaluesequence=( start=0.0 end=&amp;amp;xmax_mg. increment=&amp;amp;mg_incr.)))&lt;BR /&gt;yaxisopts=(&lt;BR /&gt;griddisplay=off&lt;BR /&gt;label="Glucose Result (mg/dL)" labelattrs=(family="arial" size=11pt weight=normal)&lt;BR /&gt;linearopts=(&lt;BR /&gt;viewmin=0.0 viewmax=&amp;amp;ymax_mg. minorticks=ON minortickcount=9&lt;BR /&gt;tickvaluesequence=( start=0.0 end=&amp;amp;ymax_mg. increment=&amp;amp;mg_incr.)))&lt;BR /&gt;x2axisopts=(&lt;BR /&gt;label="" labelattrs=(family="arial" size=11pt weight=normal)&lt;BR /&gt;linearopts=(&lt;BR /&gt;viewmin=0.0 viewmax=%sysevalf(&amp;amp;xmax_mg. / 18.016) minorticks=ON minortickcount=4&lt;BR /&gt;tickvaluesequence=( start=0.0 end=&amp;amp;xmax_mm. increment=&amp;amp;mm_incr.)))&lt;BR /&gt;y2axisopts=(&lt;BR /&gt;label="Glucose Result (mmol/L)" labelattrs=(family="arial" size=11pt weight=normal)&lt;BR /&gt;linearopts=(&lt;BR /&gt;viewmin=0.0 viewmax=%sysevalf(&amp;amp;ymax_mg. / 18.016) minorticks=ON minortickcount=4&lt;BR /&gt;tickvaluesequence=( start=0.0 end=&amp;amp;ymax_mm. increment=&amp;amp;mm_incr.)))&lt;BR /&gt;;&lt;BR /&gt;scatterplot x= &amp;amp;x_var_mg. y= &amp;amp;y_var_mg. / group=&amp;amp;group. name='scatter';&lt;BR /&gt;scatterplot x= &amp;amp;x_var_mg. y= &amp;amp;y_var_mm. / name='scatter2' yaxis=y2 datatransparency=1;&lt;BR /&gt;scatterplot x= &amp;amp;x_var_mm. y= &amp;amp;y_var_mg. / name='scatter3' xaxis=x2 datatransparency=1;&lt;BR /&gt;annotate;&lt;BR /&gt;endlayout;&lt;BR /&gt;sidebar / align=bottom spacefill=false;&lt;BR /&gt;discretelegend 'scatter' / opaque=true border=false halign=center valign=center displayclipped=true order=rowmajor across=2&lt;BR /&gt;title='' titleattrs=(family="arial" size=10pt weight=bold);&lt;BR /&gt;endsidebar;&lt;BR /&gt;endlayout;&lt;BR /&gt;endgraph;&lt;BR /&gt;end;&lt;BR /&gt;run;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but this doesn't work.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2019 14:46:42 GMT</pubDate>
    <dc:creator>pdsaber</dc:creator>
    <dc:date>2019-11-07T14:46:42Z</dc:date>
    <item>
      <title>Square scatter plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Square-scatter-plot/m-p/602405#M19077</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a square axis scatter plot with up to&amp;nbsp; 60 legends , I am using proc template and Proc SGrender procedure.(which is kind of standard i have to follow) gplot is not allowed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the plot is rectangular most of the time. also i have two x y axes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have tried&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;layout lattice / rowdatarange=data columndatarange=data rowgutter=10 columngutter=10;&lt;BR /&gt;layout overlayequated /equatetype=square&lt;/P&gt;&lt;P&gt;xaxisopts=(griddisplay=off&lt;BR /&gt;label="" labelattrs=(family="arial" size=11pt weight=normal)&lt;BR /&gt;linearopts=(&lt;BR /&gt;viewmin=0.0 viewmax=&amp;amp;xmax_mg. minorticks=ON minortickcount=9&lt;BR /&gt;tickvaluesequence=( start=0.0 end=&amp;amp;xmax_mg. increment=&amp;amp;mg_incr.)))&lt;BR /&gt;yaxisopts=(&lt;BR /&gt;griddisplay=off&lt;BR /&gt;label="Glucose Result (mg/dL)" labelattrs=(family="arial" size=11pt weight=normal)&lt;BR /&gt;linearopts=(&lt;BR /&gt;viewmin=0.0 viewmax=&amp;amp;ymax_mg. minorticks=ON minortickcount=9&lt;BR /&gt;tickvaluesequence=( start=0.0 end=&amp;amp;ymax_mg. increment=&amp;amp;mg_incr.)))&lt;BR /&gt;x2axisopts=(&lt;BR /&gt;label="" labelattrs=(family="arial" size=11pt weight=normal)&lt;BR /&gt;linearopts=(&lt;BR /&gt;viewmin=0.0 viewmax=%sysevalf(&amp;amp;xmax_mg. / 18.016) minorticks=ON minortickcount=4&lt;BR /&gt;tickvaluesequence=( start=0.0 end=&amp;amp;xmax_mm. increment=&amp;amp;mm_incr.)))&lt;BR /&gt;y2axisopts=(&lt;BR /&gt;label="Glucose Result (mmol/L)" labelattrs=(family="arial" size=11pt weight=normal)&lt;BR /&gt;linearopts=(&lt;BR /&gt;viewmin=0.0 viewmax=%sysevalf(&amp;amp;ymax_mg. / 18.016) minorticks=ON minortickcount=4&lt;BR /&gt;tickvaluesequence=( start=0.0 end=&amp;amp;ymax_mm. increment=&amp;amp;mm_incr.)))&lt;BR /&gt;;&lt;BR /&gt;scatterplot x= &amp;amp;x_var_mg. y= &amp;amp;y_var_mg. / group=&amp;amp;group. name='scatter';&lt;BR /&gt;scatterplot x= &amp;amp;x_var_mg. y= &amp;amp;y_var_mm. / name='scatter2' yaxis=y2 datatransparency=1;&lt;BR /&gt;scatterplot x= &amp;amp;x_var_mm. y= &amp;amp;y_var_mg. / name='scatter3' xaxis=x2 datatransparency=1;&lt;BR /&gt;annotate;&lt;BR /&gt;endlayout;&lt;BR /&gt;sidebar / align=bottom spacefill=false;&lt;BR /&gt;discretelegend 'scatter' / opaque=true border=false halign=center valign=center displayclipped=true order=rowmajor across=2&lt;BR /&gt;title='' titleattrs=(family="arial" size=10pt weight=bold);&lt;BR /&gt;endsidebar;&lt;BR /&gt;endlayout;&lt;BR /&gt;endgraph;&lt;BR /&gt;end;&lt;BR /&gt;run;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but this doesn't work.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 14:46:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Square-scatter-plot/m-p/602405#M19077</guid>
      <dc:creator>pdsaber</dc:creator>
      <dc:date>2019-11-07T14:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Square scatter plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Square-scatter-plot/m-p/602413#M19078</link>
      <description>&lt;P&gt;Why on earth would want 60 legends in a plot?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 14:58:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Square-scatter-plot/m-p/602413#M19078</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-11-07T14:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Square scatter plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Square-scatter-plot/m-p/602469#M19079</link>
      <description>&lt;P&gt;You probably should share your current ODS Graphics settings as you are likely to have a lot of interaction between your graph settings and the display. You may need to adjust the ODS Graphics Height and Width options, likely the Scale option and maybe Legendareamax.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the ODS Graphics option SHOW to have your current settings appear in the log if you don't know what they are.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example data, including values of any macro variables, with complete code for the template and Sgrender call are needed for us to test anything. You could use a SAS supplied data set to demonstrate or provide an example of your data. Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the {i} icon or attached as text to show exactly what you have and that we can test code against.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 16:15:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Square-scatter-plot/m-p/602469#M19079</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-11-07T16:15:32Z</dc:date>
    </item>
  </channel>
</rss>

