<?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: proc sgplot symbols option in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/236190#M8578</link>
    <description>&lt;OL&gt;&lt;LI&gt;Produce a simple scatter plot 2. Label the axes 3. Label the data points 4. Group the data points using colors and symbols SESUG 2011 2 5. Use the %MODSTYLE macro to set non-default colors and symbols 6. Maintain the same colors and symbols across plots 7. Add a 45-degree line 8. Change the color of the 45-degree line 9. Label the legend for the colors and symbols 10. Position the legend 11. Adjust the height and width of the plot 12. Specify the output location&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Tue, 24 Nov 2015 13:27:32 GMT</pubDate>
    <dc:creator>vishnumethas</dc:creator>
    <dc:date>2015-11-24T13:27:32Z</dc:date>
    <item>
      <title>proc sgplot symbols option</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/235019#M8532</link>
      <description>&lt;P&gt;I am using proc sgplot and i need sybols in graph as for one treatment as 1 and other treatment as 2 and other treatment as P.&lt;/P&gt;
&lt;P&gt;How can i do it using sgplot&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 14:29:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/235019#M8532</guid>
      <dc:creator>vraj1</dc:creator>
      <dc:date>2015-11-17T14:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot symbols option</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/235020#M8533</link>
      <description>&lt;P&gt;What version of SAS are you using?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 14:33:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/235020#M8533</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2015-11-17T14:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot symbols option</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/235021#M8534</link>
      <description>&lt;P&gt;SAS 9.4&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 14:34:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/235021#M8534</guid>
      <dc:creator>vraj1</dc:creator>
      <dc:date>2015-11-17T14:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot symbols option</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/235022#M8535</link>
      <description>&lt;P&gt;Are you scatter plots grouped or overlaid? It might be helpful to see a snippit of the SGPLOT code.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 14:36:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/235022#M8535</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2015-11-17T14:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot symbols option</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/235024#M8536</link>
      <description>&lt;P&gt;Attached a layout. in this instaed of circle i need '1' and instead of '*' i need as '2' and other one as 'P' may be.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12076i403D8761945BCEB6/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Capture.JPG" title="Capture.JPG" /&gt;</description>
      <pubDate>Tue, 17 Nov 2015 14:46:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/235024#M8536</guid>
      <dc:creator>vraj1</dc:creator>
      <dc:date>2015-11-17T14:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot symbols option</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/235030#M8537</link>
      <description>&lt;P&gt;The reason I need to know if your SGPLOT code is using groups versus overlays is that it will make a difference in the solution. Is your plot statement using the GROUP option, or are you using three plot statements?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 15:06:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/235030#M8537</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2015-11-17T15:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot symbols option</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/235033#M8538</link>
      <description>&lt;P&gt;In 9.4 there is an option symbol=, for which you can put a character in to display for each plot. &amp;nbsp;See this:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/?s=symbol%3D" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/?s=symbol%3D&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that blog is very useful for any graph questions.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 15:09:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/235033#M8538</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-11-17T15:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot symbols option</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/235042#M8539</link>
      <description>&lt;P&gt;Here is a sample solution both the GROUPED and OVERLAID cases:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Overlaid:&lt;/P&gt;
&lt;P&gt;proc sgplot data=sashelp.class;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; symbolchar name=plot1 char='0031'x;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; symbolchar name=plot2 char='0032'x;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; scatter x=age y=height / markerattrs=(symbol=plot1 size=12pt);&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; scatter x=age y=height / markerattrs=(symbol=plot2 size=12pt);&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Grouped (two solutions):&lt;/P&gt;
&lt;P&gt;ods graphics / attrpriority=none;&lt;/P&gt;
&lt;P&gt;proc sgplot data=sashelp.class;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; symbolchar name=plot1 char='0031'x;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; symbolchar name=plot2 char='0032'x;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; styleattrs datasymbols=(plot1 plot2);&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; scatter x=age y=height / group=sex markerattrs=(size=12pt);&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- OR -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data attrmap;&lt;/P&gt;
&lt;P&gt;retain id "gender";&lt;/P&gt;
&lt;P&gt;input value $ markersymbol $;&lt;/P&gt;
&lt;P&gt;cards;&lt;/P&gt;
&lt;P&gt;F plot1&lt;/P&gt;
&lt;P&gt;M plot2&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sgplot data=sashelp.class dattrmap=attrmap;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; symbolchar name=plot1 char='0031'x;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; symbolchar name=plot2 char='0032'x;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; scatter x=age y=height / group=sex markerattrs=(size=12pt) attrid=gender;&lt;/P&gt;
&lt;P&gt;run;&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>Tue, 17 Nov 2015 15:38:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/235042#M8539</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2015-11-17T15:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot symbols option</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/236189#M8577</link>
      <description>&lt;OL&gt;&lt;LI&gt;Produce a simple scatter plot 2. Label the axes 3. Label the da&lt;A title="hadoop training in chennai" href="http://www.trainingintambaram.in/hadoop-training-in-chennai.html" target="_blank"&gt;t&lt;/A&gt;a points 4. Group the data points using colors and symbols SESUG 2011 2 5. Use the %MODSTYLE macro to set non-default colors and symbols 6. Maintain the same colors and symbols across plots 7. Add a 45-degree line 8. Change the color of the 45-degree line 9. &lt;A title="hadoop training in chennai" href="http://www.trainingintambaram.in/hadoop-training-in-chennai.html" target="_blank"&gt;L&lt;/A&gt;abel the legend for the colors and symbols 10. Position the legend 11. Adjust the height and width of the plot 12. Specify the output location.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 13:25:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/236189#M8577</guid>
      <dc:creator>vishnumethas</dc:creator>
      <dc:date>2015-11-24T13:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot symbols option</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/236190#M8578</link>
      <description>&lt;OL&gt;&lt;LI&gt;Produce a simple scatter plot 2. Label the axes 3. Label the data points 4. Group the data points using colors and symbols SESUG 2011 2 5. Use the %MODSTYLE macro to set non-default colors and symbols 6. Maintain the same colors and symbols across plots 7. Add a 45-degree line 8. Change the color of the 45-degree line 9. Label the legend for the colors and symbols 10. Position the legend 11. Adjust the height and width of the plot 12. Specify the output location&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 24 Nov 2015 13:27:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-symbols-option/m-p/236190#M8578</guid>
      <dc:creator>vishnumethas</dc:creator>
      <dc:date>2015-11-24T13:27:32Z</dc:date>
    </item>
  </channel>
</rss>

