<?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: SGploy symbol in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81109#M3003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of SAS are you running?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2012 16:09:47 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2012-06-12T16:09:47Z</dc:date>
    <item>
      <title>SGploy symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81108#M3002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need help.&amp;nbsp; How to choose symbols, such as circle for trt 1, triangle for trt 2, and diamone for trt 3, in the following sgplot program (SAS 9.2) or attachment.&amp;nbsp;&amp;nbsp; Thanks!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data test;&lt;BR /&gt;input trt temp value sd sdlo sdhi;&lt;BR /&gt;cards;&lt;/P&gt;&lt;P&gt;1 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;1 0.25 299&amp;nbsp;&amp;nbsp;&amp;nbsp; 61.4&amp;nbsp; 237.6&amp;nbsp; 360.4&lt;BR /&gt;1 0.5&amp;nbsp;&amp;nbsp; 428&amp;nbsp;&amp;nbsp;&amp;nbsp; 66.5&amp;nbsp; 361.5&amp;nbsp; 494.5&lt;BR /&gt;1 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 581&amp;nbsp;&amp;nbsp;&amp;nbsp; 64.4&amp;nbsp; 516.6&amp;nbsp; 645.4&lt;BR /&gt;1 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 776&amp;nbsp;&amp;nbsp;&amp;nbsp; 142&amp;nbsp;&amp;nbsp; 634&amp;nbsp;&amp;nbsp;&amp;nbsp; 918&lt;BR /&gt;1 2.5&amp;nbsp;&amp;nbsp; 475&amp;nbsp;&amp;nbsp;&amp;nbsp; 154&amp;nbsp;&amp;nbsp; 321&amp;nbsp;&amp;nbsp;&amp;nbsp; 629&lt;BR /&gt;1 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 355&amp;nbsp;&amp;nbsp;&amp;nbsp; 105&amp;nbsp;&amp;nbsp; 250&amp;nbsp;&amp;nbsp;&amp;nbsp; 460&lt;BR /&gt;2 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;2 0.25&amp;nbsp; 765&amp;nbsp;&amp;nbsp;&amp;nbsp; 167&amp;nbsp;&amp;nbsp; 598&amp;nbsp;&amp;nbsp;&amp;nbsp; 932&lt;BR /&gt;2 0.5&amp;nbsp;&amp;nbsp; 1020&amp;nbsp;&amp;nbsp; 180&amp;nbsp;&amp;nbsp; 840&amp;nbsp;&amp;nbsp;&amp;nbsp; 1200&lt;BR /&gt;2 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1400&amp;nbsp;&amp;nbsp; 322&amp;nbsp;&amp;nbsp; 1078&amp;nbsp;&amp;nbsp; 1722&lt;BR /&gt;2 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1880&amp;nbsp;&amp;nbsp; 375&amp;nbsp;&amp;nbsp; 1505&amp;nbsp;&amp;nbsp; 2255&lt;BR /&gt;2 2.5&amp;nbsp;&amp;nbsp; 1060&amp;nbsp;&amp;nbsp; 404&amp;nbsp;&amp;nbsp; 656&amp;nbsp;&amp;nbsp;&amp;nbsp; 1464&lt;BR /&gt;2 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 775&amp;nbsp;&amp;nbsp;&amp;nbsp; 338&amp;nbsp;&amp;nbsp; 437&amp;nbsp;&amp;nbsp;&amp;nbsp; 1113&lt;BR /&gt;3 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;3 0.25&amp;nbsp; 2180&amp;nbsp; 322&amp;nbsp;&amp;nbsp; 1858&amp;nbsp;&amp;nbsp;&amp;nbsp; 2502&lt;BR /&gt;3 0.5&amp;nbsp;&amp;nbsp; 3240&amp;nbsp; 634&amp;nbsp;&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 3874&lt;BR /&gt;3 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4920&amp;nbsp; 722&amp;nbsp;&amp;nbsp; 4198&amp;nbsp;&amp;nbsp;&amp;nbsp; 5642&lt;BR /&gt;3 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6860&amp;nbsp; 1610&amp;nbsp; 5250&amp;nbsp;&amp;nbsp;&amp;nbsp; 8470&lt;BR /&gt;3 2.5&amp;nbsp;&amp;nbsp; 4400&amp;nbsp; 1240&amp;nbsp; 3160&amp;nbsp;&amp;nbsp;&amp;nbsp; 5640&lt;BR /&gt;3 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3600&amp;nbsp; 1200&amp;nbsp; 2400&amp;nbsp;&amp;nbsp;&amp;nbsp; 4800&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=test; &lt;/P&gt;&lt;P&gt;xaxis&amp;nbsp; label='Temperature' ; &lt;BR /&gt;yaxis&amp;nbsp; label="solicity" ;&lt;BR /&gt;title "";&lt;/P&gt;&lt;P&gt;series x = temp y = value / group=trt markerattrs=(size=9&amp;nbsp; color=black) ; &lt;BR /&gt;scatter x = temp y = value / group=trt markerattrs=(size=9 color=black) ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 16:07:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81108#M3002</guid>
      <dc:creator>John70</dc:creator>
      <dc:date>2012-06-12T16:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: SGploy symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81109#M3003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of SAS are you running?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 16:09:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81109#M3003</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2012-06-12T16:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: SGploy symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81110#M3004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use SAS 9.2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 16:29:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81110#M3004</guid>
      <dc:creator>John70</dc:creator>
      <dc:date>2012-06-12T16:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: SGploy symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81111#M3005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With SAS 9.2, you will have to build a custom style to get the marker shapes you want.&amp;nbsp; To ensure you will get the correct marker regardless of their position in the data, I normally just add dummy values in the data with group values I want at the top..&amp;nbsp; The X or Y values can be made missing to prevent plotting of these dummy values.&amp;nbsp; but these values ensure the assignment of all the group (or treatment) values and their order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With SAS 9.2 GTL, you can use the INDEX option, and place the index values of the style element 1-12 in the data. &lt;/P&gt;&lt;P&gt;With SAS 9.3, you can use DiscreteAttrMap to deterministically tie specific marker shapes to specific treatment values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 16:56:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81111#M3005</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2012-06-12T16:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: SGploy symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81112#M3006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have multiple columns instead of groups, you add a scatter plot for each treaatment and just set the mMARKERATTRS for each plot statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 17:07:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81112#M3006</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2012-06-12T17:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: SGploy symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81113#M3007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should also look at the MODSTYLE style modification macro. It might provide you with enough flexibility for your purpose.. It is documented here : &lt;A href="http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_odsgraph_sect056.htm" title="http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_odsgraph_sect056.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_odsgraph_sect056.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 18:01:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81113#M3007</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-06-12T18:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: SGploy symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81114#M3008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&amp;nbsp; it works. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 18:52:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81114#M3008</guid>
      <dc:creator>John70</dc:creator>
      <dc:date>2012-06-12T18:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: SGploy symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81115#M3009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which method did you go with?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 18:55:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81115#M3009</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2012-06-12T18:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: SGploy symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81116#M3010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sounds it is a great way to work on this but I am new in SAS program. it will take me sometime to understand this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;John &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 18:55:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81116#M3010</guid>
      <dc:creator>John70</dc:creator>
      <dc:date>2012-06-12T18:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: SGploy symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81117#M3011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make&amp;nbsp; multiple columns instead of groups, plot for each treaatment and just set the mMARKERATTRS for each plot statement.&amp;nbsp;&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 18:57:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81117#M3011</guid>
      <dc:creator>John70</dc:creator>
      <dc:date>2012-06-12T18:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: SGploy symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81118#M3012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your suggestion works!&amp;nbsp; but how can I let legend show the corresponding symbols, not the line since the line is the same?&amp;nbsp; see attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 19:40:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81118#M3012</guid>
      <dc:creator>John70</dc:creator>
      <dc:date>2012-06-12T19:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: SGploy symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81119#M3013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note NAME option on scatter plot addition of KEYLEGEND stmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=test; &lt;/P&gt;&lt;P&gt;xaxis&amp;nbsp; label='Temperature' ; &lt;BR /&gt;yaxis&amp;nbsp; label="solicity" ;&lt;BR /&gt;title "";&lt;/P&gt;&lt;P&gt;series x = temp y = value / group=trt markerattrs=(size=9&amp;nbsp; color=black) ; &lt;BR /&gt;scatter x = temp y = value / group=trt markerattrs=(size=9 color=black) name='s';&lt;BR /&gt;keylegend 's';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 20:04:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81119#M3013</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2012-06-12T20:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: SGploy symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81120#M3014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thanks Sanjay!!! &lt;/P&gt;&lt;P&gt;one more question, why when output the figure as rtf,&amp;nbsp; the lines and marks in the figure are not right (see attachment) again?&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 20:39:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81120#M3014</guid>
      <dc:creator>John70</dc:creator>
      <dc:date>2012-06-12T20:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: SGploy symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81121#M3015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On RTF, the default style has colored lines and markers.&amp;nbsp; You already set all markers to black.&amp;nbsp;&amp;nbsp; If you want the lines to be black too, set the lineattrs on the series plot statement.&amp;nbsp; For thicker lines use - lineattrs=(color=black thickness=2). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can just use STYEL=JOURNAL on the ODS RTF statement to get a fully black and white graph.&amp;nbsp; Then you don't need to set the line and marker attrs to black.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=test; &lt;/P&gt;&lt;P&gt;xaxis&amp;nbsp; label='Temperature' ; &lt;BR /&gt;yaxis&amp;nbsp; label="solicity" ;&lt;BR /&gt;title "";&lt;/P&gt;&lt;P&gt;series x = temp y = value / group=trt lineattrs=(color=black) ; &lt;BR /&gt;scatter x = temp y = value / group=trt markerattrs=(size=9 color=black) name='s';&lt;BR /&gt;keylegend 's';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 21:49:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81121#M3015</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2012-06-12T21:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: SGploy symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81122#M3016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do the following change :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;scatter x = temp y = value / group=trt markerattrs=(size=9 color=black)&amp;nbsp; name="Toto" ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;keylegend "Toto";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PG&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 21:57:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81122#M3016</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-06-12T21:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: SGploy symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81123#M3017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!!&amp;nbsp; I tried per your suggestion, however the symbols in the RTF output were not what I wanted.&amp;nbsp; Instead of circle, triangle, and square specified by the program, the RTF output gave circle, +, and x.&amp;nbsp; When the plot was made without ODS rtf output, the SGPLOT gave a right symbols.&amp;nbsp; It seems that somehow %modstyle was affect by ODS. Could you please help on this?&amp;nbsp;&amp;nbsp; Thanks!&amp;nbsp; John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(also refer the attached program)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following program provides correct symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%modstyle(name=markstyle, parent=statistical, type=CbyLbyM,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; markers=circle triangle square)&lt;BR /&gt;ods listing style=markstyle;&lt;/P&gt;&lt;P&gt;proc sgplot data=test; &lt;/P&gt;&lt;P&gt;xaxis&amp;nbsp; label='Temperature' ; &lt;BR /&gt;yaxis&amp;nbsp; label="Solicity" ;&lt;BR /&gt;title "";&lt;/P&gt;&lt;P&gt;series x = temp y = value / group=trt lineattrs=(pattern=solid color=black thickness=1) ; &lt;BR /&gt;scatter x = temp y = value / group=trt yerrorlower=sdlo yerrorupper=sdhi markerattrs=(size=9 color=black) name='Toto';&lt;BR /&gt;keylegend 'Toto'/position=topright location=inside across=1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following program, when add rtf output, fail to provide correct symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics on/noborder ;&amp;nbsp; &lt;BR /&gt;ods rtf file='C:\SAS\test1.rtf';&lt;/P&gt;&lt;P&gt;%modstyle(name=markstyle, parent=statistical, type=CbyLbyM,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; markers=circle triangle square)&lt;BR /&gt;ods listing style=markstyle;&lt;/P&gt;&lt;P&gt;proc sgplot data=test; &lt;/P&gt;&lt;P&gt;xaxis&amp;nbsp; label='Temperature' ; &lt;BR /&gt;yaxis&amp;nbsp; label="Solicity" ;&lt;BR /&gt;title "";&lt;/P&gt;&lt;P&gt;series x = temp y = value / group=trt lineattrs=(pattern=solid color=black thickness=1) ; &lt;BR /&gt;scatter x = temp y = value / group=trt yerrorlower=sdlo yerrorupper=sdhi markerattrs=(size=9 color=black) name='Toto';&lt;BR /&gt;keylegend 'Toto'/position=topright location=inside across=1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods rtf close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 16:08:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81123#M3017</guid>
      <dc:creator>John70</dc:creator>
      <dc:date>2012-06-13T16:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: SGploy symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81124#M3018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your suggestion!!&amp;nbsp; Is there any particular reason to use 'Toto' instead of 's'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When tried to output the plot as rtf, the symbols in the RTF output were not what I wanted.&amp;nbsp; Instead of circle, triangle, and square specified by the program, the RTF output gave circle, +, and x.&amp;nbsp; However the plot was made without ODS rtf output, the SGPLOT gave a right symbols.&amp;nbsp; It seems that somehow %modstyle was affect by ODS. Could you please help on this?&amp;nbsp;&amp;nbsp; Thanks!&amp;nbsp; John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(also refer the attached program)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following program provides correct symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%modstyle(name=markstyle, parent=statistical, type=CbyLbyM,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; markers=circle triangle square)&lt;BR /&gt;ods listing style=markstyle;&lt;/P&gt;&lt;P&gt;proc sgplot data=test;&lt;/P&gt;&lt;P&gt;xaxis&amp;nbsp; label='Temperature' ; &lt;BR /&gt;yaxis&amp;nbsp; label="Solicity" ;&lt;BR /&gt;title "";&lt;/P&gt;&lt;P&gt;series x = temp y = value / group=trt lineattrs=(pattern=solid color=black thickness=1) ; &lt;BR /&gt;scatter x = temp y = value / group=trt yerrorlower=sdlo yerrorupper=sdhi markerattrs=(size=9 color=black) name='Toto';&lt;BR /&gt;keylegend 'Toto'/position=topright location=inside across=1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following program, when add rtf output, fail to provide correct symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics on/noborder ;&amp;nbsp; &lt;BR /&gt;ods rtf file='C:\SAS\test1.rtf';&lt;/P&gt;&lt;P&gt;%modstyle(name=markstyle, parent=statistical, type=CbyLbyM,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; markers=circle triangle square)&lt;BR /&gt;ods listing style=markstyle;&lt;/P&gt;&lt;P&gt;proc sgplot data=test;&lt;/P&gt;&lt;P&gt;xaxis&amp;nbsp; label='Temperature' ; &lt;BR /&gt;yaxis&amp;nbsp; label="Solicity" ;&lt;BR /&gt;title "";&lt;/P&gt;&lt;P&gt;series x = temp y = value / group=trt lineattrs=(pattern=solid color=black thickness=1) ; &lt;BR /&gt;scatter x = temp y = value / group=trt yerrorlower=sdlo yerrorupper=sdhi markerattrs=(size=9 color=black) name='Toto';&lt;BR /&gt;keylegend 'Toto'/position=topright location=inside across=1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods rtf close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 16:17:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81124#M3018</guid>
      <dc:creator>John70</dc:creator>
      <dc:date>2012-06-13T16:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: SGploy symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81125#M3019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You did not specify the new style on the ODS RTF destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; ods &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;rtf&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;style&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=markstyle &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;file&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;'C:\test1.rtf'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;It does not matter if the name of the statement is "S" or "Toto", as long as you use the same name in the KeyLegend statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 16:27:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81125#M3019</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2012-06-13T16:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: SGploy symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81126#M3020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MODSTYLE creates a new style that must be associated with your ODS destination, RTF. Try the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%modstyle(name=markstyle, parent=statistical, type=CbyLbyM,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; markers=circle triangle square);&lt;BR /&gt;ods rtf file='C:\SAS\test1.rtf' style=markstyle;&lt;/P&gt;&lt;P&gt;ods graphics on/noborder; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Toto is just another name, like Foo or Bar, that programmers use to signal that any name can be used. Feel free to change it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 16:33:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81126#M3020</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-06-13T16:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: SGploy symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81127#M3021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ... and for those of us still catching up (though this still seems easier to me than editing templates, most likely an issue of familiarity) ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;goptions reset=all ftext='calibri' htext=3 gunit=pct&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;dev=png xpixels=1024 ypixels=768 gsfname=gout;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;symbol1 f="wingdings" v='6c'x h=3 c=blue i=join; /* circle */&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;symbol2 f="wingdings 3" v='70'x h=3 c=blue i=join; /* triangle */&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;symbol3 f="wingdings" v='75'x h=3 c=blue i=join; /* triangle */&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;axis1 label=('Temperature') order=0 to 3 by 0.5 minor=none offset=(3,3)pct;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;axis2 label=(a=90 'Solcity') minor=none offset=(3,3)pct;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;legend1 frame mode=share position=(top inside left)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;label=('Treatment') shape=symbol(.00001,2.5)pct;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;title1 ls=2;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;title2 a=-90 ls=2;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;filename gout 'z:\plot.png';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;proc gplot data=test;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;plot value*temp=trt / haxis=axis1 vaxis=axis2 legend=legend1;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;quit;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11215iF53B9E42A9FCF4B4/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="plot.png" title="plot.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 17:27:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGploy-symbol/m-p/81127#M3021</guid>
      <dc:creator>MikeZdeb</dc:creator>
      <dc:date>2012-06-13T17:27:01Z</dc:date>
    </item>
  </channel>
</rss>

