<?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: Specify the pattern of groups in PROC SGPLOT in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Specify-the-pattern-of-groups-in-PROC-SGPLOT/m-p/402550#M13768</link>
    <description>&lt;P&gt;try:&lt;/P&gt;
&lt;P&gt;ods graphics on / attrpriority=none;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Oct 2017 01:08:03 GMT</pubDate>
    <dc:creator>WarrenKuhfeld</dc:creator>
    <dc:date>2017-10-10T01:08:03Z</dc:date>
    <item>
      <title>Specify the pattern of groups in PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Specify-the-pattern-of-groups-in-PROC-SGPLOT/m-p/402545#M13767</link>
      <description>&lt;P&gt;I would like to specify different patterns for different groups when drawing timeseries using PROC SGPLOT. I can specify the colours but not the patterns. I have tried the following codes:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=portfolios; 
	styleattrs datalinepatterns=(dash solid longdash dot) 
	datacontrastcolors=(red blue orange black green)
	datasymbols=(circlefilled trianglefilled squarefilled dot);
	where decile in (1,5,10);
	series x=date y=dollar/group=decile;

	xaxis interval=year label="Year" min='01Jan1993'd;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Oct 2017 00:51:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Specify-the-pattern-of-groups-in-PROC-SGPLOT/m-p/402545#M13767</guid>
      <dc:creator>somebody</dc:creator>
      <dc:date>2017-10-10T00:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Specify the pattern of groups in PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Specify-the-pattern-of-groups-in-PROC-SGPLOT/m-p/402550#M13768</link>
      <description>&lt;P&gt;try:&lt;/P&gt;
&lt;P&gt;ods graphics on / attrpriority=none;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 01:08:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Specify-the-pattern-of-groups-in-PROC-SGPLOT/m-p/402550#M13768</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-10-10T01:08:03Z</dc:date>
    </item>
  </channel>
</rss>

