<?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: Tips for quick line plots? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Tips-for-quick-line-plots/m-p/150011#M5658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Hadn't looked at sgplot before, but it does seem to have more sensible default values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Dec 2014 23:21:48 GMT</pubDate>
    <dc:creator>BruceBrad</dc:creator>
    <dc:date>2014-12-15T23:21:48Z</dc:date>
    <item>
      <title>Tips for quick line plots?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tips-for-quick-line-plots/m-p/150009#M5656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm doing some exploratory plots of the form:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;proc gplot;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; plot v1*v2=v3;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;V3 takes about 25 different values. I want to draw line plots. If I just run with the default settings I get symbols. If I add &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;symbol interpol=join&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I get lines for the first 12 series, but just symbols for the rest. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I presume I could individually define 25 different symbol statements, but is there a quicker way? I'm after something useful for diagnostic rather than presentation purposes. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 05:42:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tips-for-quick-line-plots/m-p/150009#M5656</guid>
      <dc:creator>BruceBrad</dc:creator>
      <dc:date>2014-12-15T05:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for quick line plots?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tips-for-quick-line-plots/m-p/150010#M5657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try&lt;/P&gt;&lt;P&gt;proc sgplot;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; series x=v2 y=v1 /group=v3;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;control of line and marker appearance are quite a bit different than the traditional graphics plot and vary as new options are added to the SG procedures with each of the last few releases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 19:55:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tips-for-quick-line-plots/m-p/150010#M5657</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-12-15T19:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for quick line plots?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tips-for-quick-line-plots/m-p/150011#M5658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Hadn't looked at sgplot before, but it does seem to have more sensible default values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 23:21:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tips-for-quick-line-plots/m-p/150011#M5658</guid>
      <dc:creator>BruceBrad</dc:creator>
      <dc:date>2014-12-15T23:21:48Z</dc:date>
    </item>
  </channel>
</rss>

