<?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: SGPLOT Colorresonse model not showing in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Colorresonse-model-not-showing/m-p/408057#M13948</link>
    <description>&lt;P&gt;No data necessary - you can see that the markers are colored according to the color response model but that the legend is not. This code used to work fine in the SAS studio version that comes with SAS base, but it does not work anymore on the SAS server solution unfortunately.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Oct 2017 14:34:46 GMT</pubDate>
    <dc:creator>MJ1985</dc:creator>
    <dc:date>2017-10-27T14:34:46Z</dc:date>
    <item>
      <title>SGPLOT Colorresonse model not showing</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Colorresonse-model-not-showing/m-p/408032#M13945</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16264iDF1670A0B69A37B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=glimpred;
scatter x=predMu y=BW / coloresponse=studentMu  markerattrs=(symbol=CircleFilled size=7) filledoutlinedmarkers colormodel=(CX3288BD CX99D594 CXE6F598 CXFEE08B CXFC8D59 CXD53E4F) ;
ellipse x=predMu y=BW / lineattrs=(COLOR=grey PATTERN=2 THICKNESS=0.5);
lineparm x=0 y=0 slope=1 / LINEATTRS=(COLOR=black PATTERN=2 THICKNESS=1);
title 'Observed vs Predicted - Total';
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Oct 2017 14:05:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Colorresonse-model-not-showing/m-p/408032#M13945</guid>
      <dc:creator>MJ1985</dc:creator>
      <dc:date>2017-10-27T14:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT Colorresonse model not showing</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Colorresonse-model-not-showing/m-p/408037#M13946</link>
      <description>&lt;P&gt;You should provide some description of what you are attempting and possibly data in form of a dataset to test code against.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Colorresponse works with the Gradlegend statement so you need to add Gradlegend.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or perhaps you want your StuendMu variable to be a group variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 14:13:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Colorresonse-model-not-showing/m-p/408037#M13946</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-10-27T14:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT Colorresonse model not showing</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Colorresonse-model-not-showing/m-p/408057#M13948</link>
      <description>&lt;P&gt;No data necessary - you can see that the markers are colored according to the color response model but that the legend is not. This code used to work fine in the SAS studio version that comes with SAS base, but it does not work anymore on the SAS server solution unfortunately.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 14:34:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Colorresonse-model-not-showing/m-p/408057#M13948</guid>
      <dc:creator>MJ1985</dc:creator>
      <dc:date>2017-10-27T14:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT Colorresonse model not showing</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Colorresonse-model-not-showing/m-p/408079#M13953</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/161789"&gt;@MJ1985&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;This code used to work fine in the SAS studio version that comes with SAS base, but it does not work anymore on the SAS server solution unfortunately.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Are they the same version of SAS, exactly?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the default style in each version?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/161789"&gt;@MJ1985&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;No data necessary - you can see that the markers are colored according to the color response model but that the legend is not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Well, yes, but you posted a graph and a title and no question so we have no idea of what you actually want. Data helps to replicate your issue, but you're right, that's not necessary.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 15:20:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Colorresonse-model-not-showing/m-p/408079#M13953</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-27T15:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT Colorresonse model not showing</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Colorresonse-model-not-showing/m-p/408120#M13955</link>
      <description>&lt;P&gt;Try this and see if you get what you want:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=glimpred;
scatter x=predMu y=BW / coloresponse=studentMu  markerattrs=(symbol=CircleFilled size=7) filledoutlinedmarkers colormodel=(CX3288BD CX99D594 CXE6F598 CXFEE08B CXFC8D59 CXD53E4F) name="BW" ;
ellipse x=predMu y=BW / lineattrs=(COLOR=grey PATTERN=2 THICKNESS=0.5);
lineparm x=0 y=0 slope=1 / LINEATTRS=(COLOR=black PATTERN=2 THICKNESS=1);
gradlegend "BW";
title 'Observed vs Predicted - Total';
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Oct 2017 17:41:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Colorresonse-model-not-showing/m-p/408120#M13955</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-10-27T17:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT Colorresonse model not showing</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Colorresonse-model-not-showing/m-p/408126#M13957</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt; This code used to work fine in the SAS studio version that comes with SAS base, but it does not work anymore on the SAS server solution unfortunately.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The OP has used this same sentence for two posts about "graphs not working." It would be helpful to know the previous and current configurations. Can anyone explain what is&amp;nbsp;meant by this sentence?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 18:26:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Colorresonse-model-not-showing/m-p/408126#M13957</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-10-27T18:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT Colorresonse model not showing</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Colorresonse-model-not-showing/m-p/408173#M13963</link>
      <description>&lt;P&gt;Hi, tried and not working. I am now almost thinking of what Rick has told that It may be a configuration thing - the imagemap is working in SAS base as is the colorresponse (that is why i first used the code) but it not working in sas studio 3.6&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 21:08:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Colorresonse-model-not-showing/m-p/408173#M13963</guid>
      <dc:creator>MJ1985</dc:creator>
      <dc:date>2017-10-27T21:08:18Z</dc:date>
    </item>
  </channel>
</rss>

