<?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: Symbol statement question in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Symbol-statement-question/m-p/17238#M361</link>
    <description>I solved the problem by using different line types:&lt;BR /&gt;
&lt;BR /&gt;
 symbol1 interpol=join&lt;BR /&gt;
 value=none color=blue  line=1&lt;BR /&gt;
 height=0.7 ;&lt;BR /&gt;
&lt;BR /&gt;
 symbol2 interpol=join&lt;BR /&gt;
 value=none color=red line=2&lt;BR /&gt;
 height=0.7 ;&lt;BR /&gt;
&lt;BR /&gt;
 symbol3 interpol=join&lt;BR /&gt;
 value=circle color=green  line=1&lt;BR /&gt;
 height=0.7 ;</description>
    <pubDate>Mon, 16 Nov 2009 10:56:24 GMT</pubDate>
    <dc:creator>Oleg_L</dc:creator>
    <dc:date>2009-11-16T10:56:24Z</dc:date>
    <item>
      <title>Symbol statement question</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Symbol-statement-question/m-p/17237#M360</link>
      <description>Hello SAS-programmers!&lt;BR /&gt;
&lt;BR /&gt;
 I build the plot for the year period (365 points).&lt;BR /&gt;
 But the plot area is not wide enough and plot symbols are too close together.&lt;BR /&gt;
 So it's difficult to make visual differences of one plot line from another when black-white printing.&lt;BR /&gt;
 Is it possible to build interpolation line on 365 points but print symbol values (circle, triangle, square) not for every point?&lt;BR /&gt;
I use SAS 9.1.3.&lt;BR /&gt;
&lt;BR /&gt;
 My code is below:&lt;BR /&gt;
&lt;BR /&gt;
 symbol1 interpol=join&lt;BR /&gt;
 value=circle color=blue&lt;BR /&gt;
 height=0.7 ;&lt;BR /&gt;
&lt;BR /&gt;
 symbol2 interpol=join&lt;BR /&gt;
 value=triangle color=red&lt;BR /&gt;
 height=0.7 ;&lt;BR /&gt;
&lt;BR /&gt;
 symbol3 interpol=join&lt;BR /&gt;
 value=square color=green&lt;BR /&gt;
 height=0.7 ;&lt;BR /&gt;
&lt;BR /&gt;
 legend1 label=none position=bottom;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
 axis1 color=black width=3  label=(color=black height=0.75 "usd'000") minor=(number=1) value=(height=0.75);&lt;BR /&gt;
&lt;BR /&gt;
 axis2 color=black width=3  label=none minor=(number=3)&lt;BR /&gt;
       order=(&amp;amp;order_diag) offset=(1,1) value=(height=0.75);&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
 goptions device=win  cback=white&lt;BR /&gt;
          ftext="Arial" htitle=1;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
 proc gplot data=d_tot; format ca comma10. date ddmmyy8.;&lt;BR /&gt;
 plot ca*date=kind /grid cframe=white vaxis=axis1 haxis=axis2 legend=legend1;&lt;BR /&gt;
 run;&lt;BR /&gt;
 quit;

Message was edited by: Oleg_1976</description>
      <pubDate>Mon, 16 Nov 2009 06:34:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Symbol-statement-question/m-p/17237#M360</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2009-11-16T06:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Symbol statement question</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Symbol-statement-question/m-p/17238#M361</link>
      <description>I solved the problem by using different line types:&lt;BR /&gt;
&lt;BR /&gt;
 symbol1 interpol=join&lt;BR /&gt;
 value=none color=blue  line=1&lt;BR /&gt;
 height=0.7 ;&lt;BR /&gt;
&lt;BR /&gt;
 symbol2 interpol=join&lt;BR /&gt;
 value=none color=red line=2&lt;BR /&gt;
 height=0.7 ;&lt;BR /&gt;
&lt;BR /&gt;
 symbol3 interpol=join&lt;BR /&gt;
 value=circle color=green  line=1&lt;BR /&gt;
 height=0.7 ;</description>
      <pubDate>Mon, 16 Nov 2009 10:56:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Symbol-statement-question/m-p/17238#M361</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2009-11-16T10:56:24Z</dc:date>
    </item>
  </channel>
</rss>

