<?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: Controlling colors with multiple JITTER scatter plots in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-colors-with-multiple-JITTER-scatter-plots/m-p/246001#M8916</link>
    <description>Thanks! I posted back to Reddit.  Hoping the original poster comes here first next time!</description>
    <pubDate>Mon, 25 Jan 2016 21:43:58 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2016-01-25T21:43:58Z</dc:date>
    <item>
      <title>Controlling colors with multiple JITTER scatter plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-colors-with-multiple-JITTER-scatter-plots/m-p/245992#M8914</link>
      <description>&lt;P&gt;&lt;EM&gt;I'm copying this &lt;A href="https://www.reddit.com/r/sas/comments/42gckm/trouble_creating_graphs_in_sas_94/" target="_self"&gt;from a question on Reddit&lt;/A&gt;. &amp;nbsp;I figured there are some experts here that could help, and the Q&amp;amp;A might help the community here as well.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to make jitter plots in SAS 9.4. I'd really like to have the symbols vary but keep the color consistently black, but SAS doesn't like this. I can change my symbol, but not the color. Code is below (in case it help).&lt;/P&gt;
&lt;P&gt;Thanks for any help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SGPLOT Data = Simdsigs;
TITLE "Mean Cycle Length: Simulation Data";
SCATTER x = Type y = MCL_R / JITTER
markerfillattrs = (COLOR = 'black')
markerattrs=(SYMBOL=circleFilled)
;
SCATTER x = type y = MCL_F / JITTER
markerattrs=(SYMBOL=diamondFilled)
markerfillattrs = (COLOR = black)
;
xaxis offsetmin=0.2
offsetmax = 0.2;
yaxis label='Mean Cycle Length (ms)';
RUN;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Jan 2016 21:19:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-colors-with-multiple-JITTER-scatter-plots/m-p/245992#M8914</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-01-25T21:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling colors with multiple JITTER scatter plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-colors-with-multiple-JITTER-scatter-plots/m-p/245995#M8915</link>
      <description>&lt;P&gt;MARKERFILLATTRS should be use only when you want the outline of the marker to be different from the fill. In this case, you should just set the color on the MARKERATTRS, like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;markerattrs&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token statement"&gt;SYMBOL&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;circleFilled color=black&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 21:28:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-colors-with-multiple-JITTER-scatter-plots/m-p/245995#M8915</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-01-25T21:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling colors with multiple JITTER scatter plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-colors-with-multiple-JITTER-scatter-plots/m-p/246001#M8916</link>
      <description>Thanks! I posted back to Reddit.  Hoping the original poster comes here first next time!</description>
      <pubDate>Mon, 25 Jan 2016 21:43:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-colors-with-multiple-JITTER-scatter-plots/m-p/246001#M8916</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-01-25T21:43:58Z</dc:date>
    </item>
  </channel>
</rss>

