<?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: change multiple group series plot line thickness and output to rtf in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/change-multiple-group-series-plot-line-thickness-and-output-to/m-p/308111#M10817</link>
    <description>&lt;P&gt;Try setting &amp;nbsp;ODS GRAPHICS option&amp;nbsp;ATTRPRIORITY=COLOR to get all solid lines with 3 colors. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the SAS release you are using? &amp;nbsp;Maybe the output is scalable (EMF) and not working well. &amp;nbsp;You can try setting OUTPUTFMT=PNG to see if that works better.&lt;/P&gt;</description>
    <pubDate>Sun, 30 Oct 2016 02:12:12 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2016-10-30T02:12:12Z</dc:date>
    <item>
      <title>change multiple group series plot line thickness and output to rtf</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/change-multiple-group-series-plot-line-thickness-and-output-to/m-p/308104#M10816</link>
      <description>&lt;P&gt;Hi,everyone,&lt;/P&gt;
&lt;P&gt;I want to draw a series plot for multiple groups.&lt;/P&gt;
&lt;P&gt;I want to use&amp;nbsp;self-defined values of line thickness for each group and output the results to a rtf file.&lt;/P&gt;
&lt;P&gt;I wrote a sample code with sas built-in dataset &amp;nbsp;"Stock" as follows&lt;/P&gt;
&lt;PRE&gt;proc template;
define statgraph Graph;
dynamic _DATE _CLOSE _STOCK;
begingraph;
   layout lattice / rowdatarange=data columndatarange=data rowgutter=10 columngutter=10;
      layout overlay;
         seriesplot x=_DATE y=_CLOSE / group=_STOCK name='series' connectorder=xaxis lineattrs=(thickness=5 );
      endlayout;
   endlayout;
endgraph;
end;
run;
ODS RTF FILE="C:\Users\SAS_Fun\Desktop\test.rtf" ;

proc sgrender data=WORK.STOCKS template=Graph;
dynamic _DATE="DATE" _CLOSE="CLOSE" _STOCK="STOCK";
run;
ODS RTF CLOSE;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the SAS viewer,it showed like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/5566iF8224E8BA92B1D11/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/P&gt;
&lt;P&gt;However,in the rtf file,it showed as follows&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/5567iB98A0AA05891CE2F/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Capture1.PNG" title="Capture1.PNG" /&gt;&lt;/P&gt;
&lt;P&gt;Would you please help me with that,thank you so much!&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2016 23:14:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/change-multiple-group-series-plot-line-thickness-and-output-to/m-p/308104#M10816</guid>
      <dc:creator>xxz3231</dc:creator>
      <dc:date>2016-10-29T23:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: change multiple group series plot line thickness and output to rtf</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/change-multiple-group-series-plot-line-thickness-and-output-to/m-p/308111#M10817</link>
      <description>&lt;P&gt;Try setting &amp;nbsp;ODS GRAPHICS option&amp;nbsp;ATTRPRIORITY=COLOR to get all solid lines with 3 colors. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the SAS release you are using? &amp;nbsp;Maybe the output is scalable (EMF) and not working well. &amp;nbsp;You can try setting OUTPUTFMT=PNG to see if that works better.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Oct 2016 02:12:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/change-multiple-group-series-plot-line-thickness-and-output-to/m-p/308111#M10817</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2016-10-30T02:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: change multiple group series plot line thickness and output to rtf</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/change-multiple-group-series-plot-line-thickness-and-output-to/m-p/308518#M10830</link>
      <description>&lt;P&gt;Thank you so much,Sanjay!&lt;/P&gt;
&lt;P&gt;It works very well,thank you again!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 14:39:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/change-multiple-group-series-plot-line-thickness-and-output-to/m-p/308518#M10830</guid>
      <dc:creator>xxz3231</dc:creator>
      <dc:date>2016-11-01T14:39:49Z</dc:date>
    </item>
  </channel>
</rss>

