<?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: series plots in proc template in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/series-plots-in-proc-template/m-p/185829#M6845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The purpose of group is to make related items identified by the group option use the same settings.&lt;/P&gt;&lt;P&gt;You may have to reshape your data but you may require a separate seriesplot statment to use a different set of options. Possibly creating a second x and y variables only when the group variable wants a different color.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2014 20:55:16 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2014-06-05T20:55:16Z</dc:date>
    <item>
      <title>series plots in proc template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/series-plots-in-proc-template/m-p/185828#M6844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to create a plot in GTL. The code I used is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc template;&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seriesplot x = var1 y=var1/group = grp1&amp;nbsp; name = "series"&lt;/P&gt;&lt;P&gt;discretelegand "series"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I have is My group variable values occurs twice but with different values for var1 in y axis, so when I plot the graph the duplicate groups gets&amp;nbsp; same color even though they plotted separately. Is there any way to specify in template to consider those duplicates as independent and gets 2 different color for lines?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 21:20:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/series-plots-in-proc-template/m-p/185828#M6844</guid>
      <dc:creator>anurak</dc:creator>
      <dc:date>2014-06-04T21:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: series plots in proc template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/series-plots-in-proc-template/m-p/185829#M6845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The purpose of group is to make related items identified by the group option use the same settings.&lt;/P&gt;&lt;P&gt;You may have to reshape your data but you may require a separate seriesplot statment to use a different set of options. Possibly creating a second x and y variables only when the group variable wants a different color.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 20:55:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/series-plots-in-proc-template/m-p/185829#M6845</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-06-05T20:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: series plots in proc template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/series-plots-in-proc-template/m-p/185830#M6846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I try to plot using series plot in GTL, I am getting warnings because of missing data. Is there any options that I can use to ignore missing data instead of showing warnings in Log?. The code I used is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seriesplot x = xvar y = yvar/name="ser1";&lt;/P&gt;&lt;P&gt;seriesplot x=xvar1 y= yvar1/yaxis = y2 name = "ser2".&lt;/P&gt;&lt;P&gt;some of the yvar1 is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;warnings:&amp;nbsp; y=yavr1is invalid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know If there is any options to ignore missing value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 21:51:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/series-plots-in-proc-template/m-p/185830#M6846</guid>
      <dc:creator>anurak</dc:creator>
      <dc:date>2014-08-06T21:51:53Z</dc:date>
    </item>
  </channel>
</rss>

