<?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: Why does the DATALINEPATTERNS option not work in the SGPLOT procedure in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Why-does-the-DATALINEPATTERNS-option-not-work-in-the-SGPLOT/m-p/356461#M12392</link>
    <description>&lt;P&gt;Does this option have any effect?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics / attrpriority=none;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 05 May 2017 16:11:56 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2017-05-05T16:11:56Z</dc:date>
    <item>
      <title>Why does the DATALINEPATTERNS option not work in the SGPLOT procedure</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Why-does-the-DATALINEPATTERNS-option-not-work-in-the-SGPLOT/m-p/356456#M12390</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the SGPLOT code below. However, the datalinepatterns option could not work. The output plot lines are still all solid. Does any one know how to change the line style? I want two solid lines and two dot lines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sgplot data=forplotfinal;&lt;BR /&gt; styleattrs datacontrastcolors=(blue red blue red) datalinepatterns=(solid dot solid dot);&lt;BR /&gt; series x=index_time y=stat/lineattrs=(thickness=4)group=group2;&lt;BR /&gt; scatter x=index_time y=cohort/ markerchar=remaining2 markercharattrs=(size=8 weight=bold) y2axis group=cohort;&lt;BR /&gt; where cancern=1;&lt;BR /&gt; xaxis values=(-12 to 12 by 2 );&lt;BR /&gt; yaxis values=(0 to 22500 by 2500) offsetmin=0.2 min=0;&lt;BR /&gt; y2axis offsetmax=0.9 display=none min=1 max=2;&lt;BR /&gt;run;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13791i780C5E7953732FA1/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="plot output example.PNG" title="plot output example.PNG" /&gt;</description>
      <pubDate>Fri, 05 May 2017 15:57:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Why-does-the-DATALINEPATTERNS-option-not-work-in-the-SGPLOT/m-p/356456#M12390</guid>
      <dc:creator>Tiny_Kane</dc:creator>
      <dc:date>2017-05-05T15:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the DATALINEPATTERNS option not work in the SGPLOT procedure</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Why-does-the-DATALINEPATTERNS-option-not-work-in-the-SGPLOT/m-p/356461#M12392</link>
      <description>&lt;P&gt;Does this option have any effect?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics / attrpriority=none;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 05 May 2017 16:11:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Why-does-the-DATALINEPATTERNS-option-not-work-in-the-SGPLOT/m-p/356461#M12392</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2017-05-05T16:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the DATALINEPATTERNS option not work in the SGPLOT procedure</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Why-does-the-DATALINEPATTERNS-option-not-work-in-the-SGPLOT/m-p/356472#M12395</link>
      <description>&lt;P&gt;YES!!!! It works!! Thank you very much!!!&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 16:35:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Why-does-the-DATALINEPATTERNS-option-not-work-in-the-SGPLOT/m-p/356472#M12395</guid>
      <dc:creator>Tiny_Kane</dc:creator>
      <dc:date>2017-05-05T16:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the DATALINEPATTERNS option not work in the SGPLOT procedure</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Why-does-the-DATALINEPATTERNS-option-not-work-in-the-SGPLOT/m-p/356473#M12396</link>
      <description>&lt;P&gt;That implies that (somehow) you were using HTMLBlue as your style. &amp;nbsp;HTMLBlue uses AttrPriority=Color, which favors color change over patterns.&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 16:39:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Why-does-the-DATALINEPATTERNS-option-not-work-in-the-SGPLOT/m-p/356473#M12396</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-05-05T16:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the DATALINEPATTERNS option not work in the SGPLOT procedure</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Why-does-the-DATALINEPATTERNS-option-not-work-in-the-SGPLOT/m-p/756622#M21773</link>
      <description>&lt;P&gt;this solved it for me also, thanks. I guess it should be marked as the solution&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 12:54:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Why-does-the-DATALINEPATTERNS-option-not-work-in-the-SGPLOT/m-p/756622#M21773</guid>
      <dc:creator>pmbrown</dc:creator>
      <dc:date>2021-07-26T12:54:03Z</dc:date>
    </item>
  </channel>
</rss>

