<?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: how to set the lines appears different in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/how-to-set-the-lines-appears-different/m-p/296262#M10491</link>
    <description>my sas version is 9.4.</description>
    <pubDate>Sat, 03 Sep 2016 00:34:42 GMT</pubDate>
    <dc:creator>Jinlf</dc:creator>
    <dc:date>2016-09-03T00:34:42Z</dc:date>
    <item>
      <title>how to set the lines appears different</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-set-the-lines-appears-different/m-p/296162#M10488</link>
      <description>proc template; define statgraph sgdesign; dynamic _VISIT _VALUE _GROUP _VISIT2 _VALUE2 _GROUP2 _UCL _LCL _VALUE3; begingraph / designwidth=731 designheight=524; entrytitle halign=center 'ABCD'; layout lattice / rowdatarange=data columndatarange=data rowgutter=10 columngutter=10; layout overlay / wallcolor=CXE8E6E8 xaxisopts=( offsetmin=0.1 offsetmax=0.1 label=('IJKL')) yaxisopts=( label=('EFGH')); seriesplot x=_VISIT y=_VALUE / group=_GROUP name='series' connectorder=xaxis lineattrs=(thickness=3 ); scatterplot x=_VISIT2 y=_VALUE2 / group=_GROUP2 datalabel=_VALUE3 yerrorupper=_UCL yerrorlower=_LCL name='scatter' clusterwidth=0.5 labelstrip=true datalabelposition=TOPLEFT markerattrs=(symbol=CIRCLEFILLED size=11 ) datalabelattrs=(size=12 ); endlayout; sidebar / align=bottom spacefill=false; discretelegend 'scatter' / opaque=true backgroundcolor=CXE8E6E8 border=true halign=center valign=bottom displayclipped=true across=2 order=rowmajor titleattrs=(size=14 ); endsidebar; endlayout; endgraph; end; run; proc sgrender data=WORK.AAAA template=sgdesign; dynamic _VISIT="VISIT" _VALUE="VALUE" _GROUP="GROUP" _VISIT2="VISIT" _VALUE2="VALUE" _GROUP2="GROUP" _UCL="UCL" _LCL="LCL" _VALUE3="VALUE"; run;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12926iD489DC6D47958368/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="无标题.png" title="无标题.png" /&gt;</description>
      <pubDate>Fri, 02 Sep 2016 17:06:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-set-the-lines-appears-different/m-p/296162#M10488</guid>
      <dc:creator>Jinlf</dc:creator>
      <dc:date>2016-09-02T17:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to set the lines appears different</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-set-the-lines-appears-different/m-p/296169#M10489</link>
      <description>data aaaa; input group visit value lcl ucl; cards; 1 1 50 49 52 1 2 56 55 60 1 3 60 56 63 1 4 68 64 70 2 1 45 42 51 2 2 47 44 53 2 3 51 45 55 2 4 58 55 65 ; run;</description>
      <pubDate>Fri, 02 Sep 2016 17:26:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-set-the-lines-appears-different/m-p/296169#M10489</guid>
      <dc:creator>Jinlf</dc:creator>
      <dc:date>2016-09-02T17:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to set the lines appears different</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-set-the-lines-appears-different/m-p/296198#M10490</link>
      <description>&lt;P&gt;Which version of SAS are you using? There are significant changes in options in SAS 9.2, 9.3 and 9.4.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 19:00:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-set-the-lines-appears-different/m-p/296198#M10490</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-09-02T19:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to set the lines appears different</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-set-the-lines-appears-different/m-p/296262#M10491</link>
      <description>my sas version is 9.4.</description>
      <pubDate>Sat, 03 Sep 2016 00:34:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-set-the-lines-appears-different/m-p/296262#M10491</guid>
      <dc:creator>Jinlf</dc:creator>
      <dc:date>2016-09-03T00:34:42Z</dc:date>
    </item>
  </channel>
</rss>

