<?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: data symbles doesn't shown in sgplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/data-symbles-doesn-t-shown-in-sgplot/m-p/408803#M13978</link>
    <description>&lt;P&gt;Yes! That works!!! Thanks so much!&lt;/P&gt;</description>
    <pubDate>Mon, 30 Oct 2017 17:28:31 GMT</pubDate>
    <dc:creator>echoli</dc:creator>
    <dc:date>2017-10-30T17:28:31Z</dc:date>
    <item>
      <title>data symbles doesn't shown in sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/data-symbles-doesn-t-shown-in-sgplot/m-p/408796#M13976</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to draw a graph using sgplot. but why my graph in output doesn't shown datasymbols? Here is my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc sgplot data= plt nowall noborder;
 styleattrs datacontrastcolors=(blue red mediumgreen magenta orange lilac)
             datasymbols=(circlefilled squarefilled trianglefilled  triangleDownfilled DiamondFilled circle square)
             datalinepatterns=(solid);
	title height=.22in font ="Arial" 'PLT';
   series x=days y = result /
   group = patient groupdisplay=cluster clusterwidth=0.5
         lineattrs=(thickness=3) markers markerattrs=(size=11);
	xaxis label='Time (Days)' values = (0 to 60 by 5) offsetmin=0.003
labelattrs = (Family=Arial size = 12 weight = bold) valueattrs = (Family=Arial size = 12 weight = bold);
	yaxis label="PLT  K/uL" values = (0 to 700 by 100) offsetmin=0 labelattrs = (Family=Arial size = 12 weight = bold) 
valueattrs = (Family=Arial size = 12  weight = bold);
	keylegend / titleattrs = (size = 8 ) valueattrs=(Family=Arial size = 12 weight=bold) 
position = right noborder title="" linelength=0.5cm;
run;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Here is my graph in output:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="SGPlot.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16314i3E68950BEC01FD42/image-size/large?v=v2&amp;amp;px=999" role="button" title="SGPlot.png" alt="SGPlot.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="branch"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 30 Oct 2017 16:58:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/data-symbles-doesn-t-shown-in-sgplot/m-p/408796#M13976</guid>
      <dc:creator>echoli</dc:creator>
      <dc:date>2017-10-30T16:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: data symbles doesn't shown in sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/data-symbles-doesn-t-shown-in-sgplot/m-p/408802#M13977</link>
      <description>&lt;P&gt;Put &lt;STRONG&gt;ATTRPRIORITY=NONE&lt;/STRONG&gt; on your ODS destination statement.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 17:04:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/data-symbles-doesn-t-shown-in-sgplot/m-p/408802#M13977</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-10-30T17:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: data symbles doesn't shown in sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/data-symbles-doesn-t-shown-in-sgplot/m-p/408803#M13978</link>
      <description>&lt;P&gt;Yes! That works!!! Thanks so much!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 17:28:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/data-symbles-doesn-t-shown-in-sgplot/m-p/408803#M13978</guid>
      <dc:creator>echoli</dc:creator>
      <dc:date>2017-10-30T17:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: data symbles doesn't shown in sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/data-symbles-doesn-t-shown-in-sgplot/m-p/408806#M13979</link>
      <description>&lt;P&gt;Glad I could help!&amp;nbsp; Here is some more info.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_odsgraph_sect055.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en&amp;nbsp;" target="_blank"&gt;http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_odsgraph_sect055.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_odsgraph_sect054.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en" target="_blank"&gt;http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_odsgraph_sect054.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 17:33:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/data-symbles-doesn-t-shown-in-sgplot/m-p/408806#M13979</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-10-30T17:33:18Z</dc:date>
    </item>
  </channel>
</rss>

