<?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: Bug in SGPLOT: symbol= does not work in markerattrs=(symbol=) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Bug-in-SGPLOT-symbol-does-not-work-in-markerattrs-symbol/m-p/839546#M41590</link>
    <description>&lt;P&gt;If &lt;SPAN&gt;FILLEDOUTLINEMARKERS &lt;/SPAN&gt;&lt;SPAN&gt;option is NOT specified then use MARKERATTRS.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If FILLEDOUTLINEMARKERS option is specified, then use&amp;nbsp;MARKEROUTLINEATTRS and MARKERFILLATTRS options.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2022 00:08:21 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2022-10-20T00:08:21Z</dc:date>
    <item>
      <title>Bug in SGPLOT: symbol= does not work in markerattrs=(symbol=)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Bug-in-SGPLOT-symbol-does-not-work-in-markerattrs-symbol/m-p/839513#M41582</link>
      <description>&lt;P&gt;According to the documentation at&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatproc/p0i3rles1y5mvsn1hrq3i2271rmi.htm" target="_blank" rel="noopener"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatproc/p0i3rles1y5mvsn1hrq3i2271rmi.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I can write:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;markerattrs=(color=lightgreen size=10 symbol=trianglefilled)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;When I do this in my program, I have:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WillTheKiwi_0-1666211360761.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76363i724B2E89E44FC450/image-size/large?v=v2&amp;amp;px=999" role="button" title="WillTheKiwi_0-1666211360761.png" alt="WillTheKiwi_0-1666211360761.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Notice that I have inserted it as a screen capture, and that the word "symbol" has not rendered in &lt;FONT color="#0000FF"&gt;blue&lt;/FONT&gt;. Sure enough, SGPLOT has not recognized this option word and has not plotted filled triangles. I am running it with styleattrs, but starring that off makes no difference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This appears to be a pretty fundamental bug, so maybe I am doing something wrong, I can't figure it out. I don't know what else to try. I have searched the web and the FAQs before posting this help request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 20:39:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Bug-in-SGPLOT-symbol-does-not-work-in-markerattrs-symbol/m-p/839513#M41582</guid>
      <dc:creator>WillTheKiwi</dc:creator>
      <dc:date>2022-10-19T20:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in SGPLOT: symbol= does not work in markerattrs=(symbol=)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Bug-in-SGPLOT-symbol-does-not-work-in-markerattrs-symbol/m-p/839526#M41583</link>
      <description>Sorry, in case it matters, I am using SAS Studio in SAS ODA.</description>
      <pubDate>Wed, 19 Oct 2022 21:24:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Bug-in-SGPLOT-symbol-does-not-work-in-markerattrs-symbol/m-p/839526#M41583</guid>
      <dc:creator>WillTheKiwi</dc:creator>
      <dc:date>2022-10-19T21:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in SGPLOT: symbol= does not work in markerattrs=(symbol=)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Bug-in-SGPLOT-symbol-does-not-work-in-markerattrs-symbol/m-p/839527#M41584</link>
      <description>&lt;P&gt;It seems to interact with the filledoutlinedmarkers option. With out that you get what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the documentation, it notes to use:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="xisDoc-summary"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="xisDoc-summaryText"&gt;Use the MARKERFILLATTRS= and MARKEROUTLINEATTRS= options to specify attributes for the fill and outline.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&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/1303"&gt;@WillTheKiwi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;According to the documentation at&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatproc/p0i3rles1y5mvsn1hrq3i2271rmi.htm" target="_blank" rel="noopener"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatproc/p0i3rles1y5mvsn1hrq3i2271rmi.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I can write:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=""&gt;markerattrs=(color=lightgreen size=10 symbol=trianglefilled)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;When I do this in my program, I have:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WillTheKiwi_0-1666211360761.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76363i724B2E89E44FC450/image-size/large?v=v2&amp;amp;px=999" role="button" title="WillTheKiwi_0-1666211360761.png" alt="WillTheKiwi_0-1666211360761.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Notice that I have inserted it as a screen capture, and that the word "symbol" has not rendered in &lt;FONT color="#0000FF"&gt;blue&lt;/FONT&gt;. Sure enough, SGPLOT has not recognized this option word and has not plotted filled triangles. I am running it with styleattrs, but starring that off makes no difference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This appears to be a pretty fundamental bug, so maybe I am doing something wrong, I can't figure it out. I don't know what else to try. I have searched the web and the FAQs before posting this help request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Will&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 21:32:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Bug-in-SGPLOT-symbol-does-not-work-in-markerattrs-symbol/m-p/839527#M41584</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-10-19T21:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in SGPLOT: symbol= does not work in markerattrs=(symbol=)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Bug-in-SGPLOT-symbol-does-not-work-in-markerattrs-symbol/m-p/839533#M41586</link>
      <description>Thanks heaps for the quick reply. I tried deleting filledoutlinedmarkers and adding markeroutlineattrs and markerfillattrs, but I got a symbol filled with black:&lt;BR /&gt;scatter x=&amp;amp;X.Delta y=&amp;amp;Y.DeltaCon/markerattrs=(symbol=trianglefilled size=12) markeroutlineattrs=(color=black) markerfillattrs=(color=white)&lt;BR /&gt;But it didn't quite work. When I added filledoutlinedmarkers back in, it worked:&lt;BR /&gt;scatter x=&amp;amp;X.Delta y=&amp;amp;Y.DeltaCon/filledoutlinedmarkers markerattrs=(symbol=trianglefilled size=12) markeroutlineattrs=(color=black) markerfillattrs=(color=white)&lt;BR /&gt;So problem solved, but the documentation needs updating. In spite of what the documentation states, symbol= does not work within markerattrs=.&lt;BR /&gt;&lt;BR /&gt;Will&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Oct 2022 21:45:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Bug-in-SGPLOT-symbol-does-not-work-in-markerattrs-symbol/m-p/839533#M41586</guid>
      <dc:creator>WillTheKiwi</dc:creator>
      <dc:date>2022-10-19T21:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in SGPLOT: symbol= does not work in markerattrs=(symbol=)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Bug-in-SGPLOT-symbol-does-not-work-in-markerattrs-symbol/m-p/839546#M41590</link>
      <description>&lt;P&gt;If &lt;SPAN&gt;FILLEDOUTLINEMARKERS &lt;/SPAN&gt;&lt;SPAN&gt;option is NOT specified then use MARKERATTRS.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If FILLEDOUTLINEMARKERS option is specified, then use&amp;nbsp;MARKEROUTLINEATTRS and MARKERFILLATTRS options.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 00:08:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Bug-in-SGPLOT-symbol-does-not-work-in-markerattrs-symbol/m-p/839546#M41590</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-10-20T00:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in SGPLOT: symbol= does not work in markerattrs=(symbol=)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Bug-in-SGPLOT-symbol-does-not-work-in-markerattrs-symbol/m-p/839554#M41593</link>
      <description>Thanks, Reeza, Maybe the documentation should be clearer on this point. Getting filled outlined symbols is something we do often. "If you want filled outlined markers, you must use filledoutlinedmarkers, and markerattrs will then work only for size and symbol, but not color. Use markeroutlineattrs=(color=black) markerfillattrs=(color=whatever) to specify outline and fill colors."&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Oct 2022 01:03:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Bug-in-SGPLOT-symbol-does-not-work-in-markerattrs-symbol/m-p/839554#M41593</guid>
      <dc:creator>WillTheKiwi</dc:creator>
      <dc:date>2022-10-20T01:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in SGPLOT: symbol= does not work in markerattrs=(symbol=)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Bug-in-SGPLOT-symbol-does-not-work-in-markerattrs-symbol/m-p/839563#M41595</link>
      <description>&lt;P&gt;At the top of the documentation page is a Feedback link, feel free to suggest it to SAS (I'm not affiliated with SAS in any manner). &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 02:44:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Bug-in-SGPLOT-symbol-does-not-work-in-markerattrs-symbol/m-p/839563#M41595</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-10-20T02:44:51Z</dc:date>
    </item>
  </channel>
</rss>

