<?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 statements w/ proc gplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/symbol-statements-w-proc-gplot/m-p/18308#M390</link>
    <description>Oh geez, never mind.  I realize my error now.  I had a format statement applied to the z variable which was grouping it into 4 categories.  The code was embedded in a macro and was correct for most other calls.  Sorry for the interruption.</description>
    <pubDate>Tue, 17 Nov 2009 20:04:15 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-11-17T20:04:15Z</dc:date>
    <item>
      <title>symbol statements w/ proc gplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/symbol-statements-w-proc-gplot/m-p/18307#M389</link>
      <description>Greetings,&lt;BR /&gt;
&lt;BR /&gt;
I'm trying to plot three variables using "plot y*x = z" syntax in proc gplot, where z is a numeric variable taking on 6 values (7,8,9,10,11, &amp;amp; 12).  The following symbol statements appear before the proc gplot code:&lt;BR /&gt;
&lt;BR /&gt;
  symbol1 l=1 w=1 i=steplj v=none c=black;&lt;BR /&gt;
  symbol2 l=2 w=1 i=steplj v=none c=green;&lt;BR /&gt;
  symbol3 l=4 w=1 i=steplj v=none c=red;&lt;BR /&gt;
  symbol4 l=14 w=1 i=steplj v=none c=blue;&lt;BR /&gt;
  symbol5 l=34 w=1 i=steplj v=none c=gold;&lt;BR /&gt;
  symbol6 l=46 w=1 i=steplj v=none  c=pink;&lt;BR /&gt;
  symbol7 l=10 w=1 i=steplj v=none  c=cyan;&lt;BR /&gt;
&lt;BR /&gt;
My problem is that only the first 4 symbol statements are being utilized.  Symbol4 is repeated for the last three values of the z variable (10-12).  The plot legend shows just four groups for the z variable: 7, 8, 9 as expected (with symbols 1-3, respectively); the 4th group is labeled "*" and is associated with symbol 4.  In the plot, the 6 expected lines are plotted, but symbol4 is used for for z=10, 11, and 12.  Why aren't symbol5 and symbol6 being used?  Any insight would be greatly appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Tue, 17 Nov 2009 19:30:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/symbol-statements-w-proc-gplot/m-p/18307#M389</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-17T19:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: symbol statements w/ proc gplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/symbol-statements-w-proc-gplot/m-p/18308#M390</link>
      <description>Oh geez, never mind.  I realize my error now.  I had a format statement applied to the z variable which was grouping it into 4 categories.  The code was embedded in a macro and was correct for most other calls.  Sorry for the interruption.</description>
      <pubDate>Tue, 17 Nov 2009 20:04:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/symbol-statements-w-proc-gplot/m-p/18308#M390</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-17T20:04:15Z</dc:date>
    </item>
  </channel>
</rss>

