<?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 - squarefilled in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-squarefilled/m-p/297196#M10516</link>
    <description>&lt;P&gt;Your code is using GPLOT instead of SGPLOT. The SGPLOT equivalent for your program would be the following:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=one;
series x=x y=y / markers markerattrs=(color=black symbol=squarefilled) lineattrs=(color=black); 
refline 11 50;
yaxis values=(10 to 60 by 2) ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 08 Sep 2016 19:27:51 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2016-09-08T19:27:51Z</dc:date>
    <item>
      <title>SGPLOT - squarefilled</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-squarefilled/m-p/297195#M10515</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I want to make a graph as attach file.&amp;nbsp;&lt;BR /&gt;I do coding as below ......&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data one;&lt;BR /&gt;input group x y;&lt;BR /&gt;cards;&lt;BR /&gt;1 11 21&lt;BR /&gt;1 15 26&lt;BR /&gt;1 18 32&lt;BR /&gt;2 13 31&lt;BR /&gt;2 16 38&lt;BR /&gt;2 19 40&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;symbol1 value=square color=black interpol=join;&lt;/P&gt;&lt;P&gt;proc gplot data=one;&lt;BR /&gt;plot x*y / vref= 11&amp;nbsp;50&lt;BR /&gt;vaxis=(10 to 60 by 2) ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; the point is when i change from &lt;STRONG&gt;'square'&lt;/STRONG&gt; to &lt;STRONG&gt;'squarefilled'&lt;/STRONG&gt; , the display result is triangle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Would you please suggest me what am i doing wrong?&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;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12952iD2CCD3C9A39448D9/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="ScreenHunter_81 Sep. 08 23.01.jpg" title="ScreenHunter_81 Sep. 08 23.01.jpg" /&gt;</description>
      <pubDate>Thu, 08 Sep 2016 15:07:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-squarefilled/m-p/297195#M10515</guid>
      <dc:creator>kritima</dc:creator>
      <dc:date>2016-09-08T15:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT - squarefilled</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-squarefilled/m-p/297196#M10516</link>
      <description>&lt;P&gt;Your code is using GPLOT instead of SGPLOT. The SGPLOT equivalent for your program would be the following:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=one;
series x=x y=y / markers markerattrs=(color=black symbol=squarefilled) lineattrs=(color=black); 
refline 11 50;
yaxis values=(10 to 60 by 2) ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Sep 2016 19:27:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-squarefilled/m-p/297196#M10516</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-09-08T19:27:51Z</dc:date>
    </item>
  </channel>
</rss>

