<?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 marker attribute outline vs fill and x plus y error bars in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-marker-attribute-outline-vs-fill-and-x-plus-y-error-bars/m-p/501534#M17108</link>
    <description>&lt;P&gt;This will get you started&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.class;
scatter x=age y=weight / filledoutlinedmarkers transparency=.5
   markerfillattrs=(color=lightblue) 
   markeroutlineattrs=(color=darkblue thickness=2)
   markerattrs=(symbol=circlefilled size=25px );
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I changed the size to 25px instead of 5. You can change it according to your needs&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Oct 2018 15:24:24 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2018-10-04T15:24:24Z</dc:date>
    <item>
      <title>Sgplot marker attribute outline vs fill and x plus y error bars</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-marker-attribute-outline-vs-fill-and-x-plus-y-error-bars/m-p/501490#M17102</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using Sgplot is it possible to have different setting for the outline of markers than the fill of markers? Also how does one control the line thickness of markers? For instance using a circle with blue circle outline and pale blue inside with pale blue transparency set to 50% and circle thickness set to 5 pixels. This would be used in a scatterplot if that matters.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second question, is there any issue with using both an x and y error bar simultaneously on a scatterplot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 14:05:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-marker-attribute-outline-vs-fill-and-x-plus-y-error-bars/m-p/501490#M17102</guid>
      <dc:creator>RettWeber</dc:creator>
      <dc:date>2018-10-04T14:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot marker attribute outline vs fill and x plus y error bars</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-marker-attribute-outline-vs-fill-and-x-plus-y-error-bars/m-p/501534#M17108</link>
      <description>&lt;P&gt;This will get you started&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.class;
scatter x=age y=weight / filledoutlinedmarkers transparency=.5
   markerfillattrs=(color=lightblue) 
   markeroutlineattrs=(color=darkblue thickness=2)
   markerattrs=(symbol=circlefilled size=25px );
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I changed the size to 25px instead of 5. You can change it according to your needs&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 15:24:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-marker-attribute-outline-vs-fill-and-x-plus-y-error-bars/m-p/501534#M17108</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-10-04T15:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot marker attribute outline vs fill and x plus y error bars</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-marker-attribute-outline-vs-fill-and-x-plus-y-error-bars/m-p/501551#M17109</link>
      <description>&lt;P&gt;Thank you, that answers the question and the setup for the markers. For some reason I could not find the markeroutlineattrs and markerfillattrs in the documentation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps I did not know where to look.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume that I can use those in an attribute table so that I can create different attributes for different groups. I plan on making several figures using grouping.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rett&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 15:49:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-marker-attribute-outline-vs-fill-and-x-plus-y-error-bars/m-p/501551#M17109</guid>
      <dc:creator>RettWeber</dc:creator>
      <dc:date>2018-10-04T15:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot marker attribute outline vs fill and x plus y error bars</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-marker-attribute-outline-vs-fill-and-x-plus-y-error-bars/m-p/501592#M17110</link>
      <description>&lt;P&gt;Yes, you can use them in an attribute map as well &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 17:03:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-marker-attribute-outline-vs-fill-and-x-plus-y-error-bars/m-p/501592#M17110</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-10-04T17:03:05Z</dc:date>
    </item>
  </channel>
</rss>

