<?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: Proc Gplot line type option in symbol in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Gplot-line-type-option-in-symbol/m-p/108576#M4045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ... here's an example where line color and type varies by the value of the variable sex (there are 46 line patterns, 1 is solid, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look at the SYMBOL statements ... l=1 is short for line=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;proc sort data=sashelp.class out=class;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;by height;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;goptions reset=all;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;legend1 position=(top inside right) label=none across=1 shape=symbol(.0005,1) value=('FEMALE' 'MALE');&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;symbol1 v='6c'x f='wingdings' c=red&amp;nbsp; i=smp66 l=1;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;symbol2 v='6c'x f='wingdings' c=blue i=smp66 l=3;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;proc gplot data=class;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;plot weight*height=sex / legend=legend1;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;quit;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps&amp;nbsp; lots of info in a SUGI paper (&lt;A href="http://www2.sas.com/proceedings/sugi31/239-31.pdf" title="http://www2.sas.com/proceedings/sugi31/239-31.pdf"&gt;http://www2.sas.com/proceedings/sugi31/239-31.pdf&lt;/A&gt;)&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10577iF0D2F9465C0D5696/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="plot.png" title="plot.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2012 00:51:28 GMT</pubDate>
    <dc:creator>MikeZdeb</dc:creator>
    <dc:date>2012-05-09T00:51:28Z</dc:date>
    <item>
      <title>Proc Gplot line type option in symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Gplot-line-type-option-in-symbol/m-p/108575#M4044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to give different line option depending upon the variable study in my dataset i.e. if the dataset has study = "study1" then the line=1 and if the data has study="study2" then line=2. Also, I am plotting the graph for various doses. Is there a way I can specify in SAS to change the line option ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 23:37:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Gplot-line-type-option-in-symbol/m-p/108575#M4044</guid>
      <dc:creator>sfo</dc:creator>
      <dc:date>2012-05-08T23:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Gplot line type option in symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Gplot-line-type-option-in-symbol/m-p/108576#M4045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ... here's an example where line color and type varies by the value of the variable sex (there are 46 line patterns, 1 is solid, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look at the SYMBOL statements ... l=1 is short for line=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;proc sort data=sashelp.class out=class;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;by height;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;goptions reset=all;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;legend1 position=(top inside right) label=none across=1 shape=symbol(.0005,1) value=('FEMALE' 'MALE');&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;symbol1 v='6c'x f='wingdings' c=red&amp;nbsp; i=smp66 l=1;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;symbol2 v='6c'x f='wingdings' c=blue i=smp66 l=3;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;proc gplot data=class;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;plot weight*height=sex / legend=legend1;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;quit;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps&amp;nbsp; lots of info in a SUGI paper (&lt;A href="http://www2.sas.com/proceedings/sugi31/239-31.pdf" title="http://www2.sas.com/proceedings/sugi31/239-31.pdf"&gt;http://www2.sas.com/proceedings/sugi31/239-31.pdf&lt;/A&gt;)&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10577iF0D2F9465C0D5696/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="plot.png" title="plot.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 00:51:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Gplot-line-type-option-in-symbol/m-p/108576#M4045</guid>
      <dc:creator>MikeZdeb</dc:creator>
      <dc:date>2012-05-09T00:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Gplot line type option in symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Gplot-line-type-option-in-symbol/m-p/108577#M4046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at these two blog posts. I deal with this very issue and how you can make this happen using ODS graphics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2012/02/27/roses-are-red-violets-are-blue/"&gt;http://blogs.sas.com/content/graphicallyspeaking/2012/02/27/roses-are-red-violets-are-blue/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2012/03/01/roses-are-red-violets-are-blue-part-2/"&gt;http://blogs.sas.com/content/graphicallyspeaking/2012/03/01/roses-are-red-violets-are-blue-part-2/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 02:27:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Gplot-line-type-option-in-symbol/m-p/108577#M4046</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2012-05-09T02:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Gplot line type option in symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Gplot-line-type-option-in-symbol/m-p/108578#M4047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ... what do you mean by "line statement"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you really mean SYMBOL statement ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;plot conc_ngml*Nominal_Time_day=subject_alias&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are putting 10 lines on one plot, 15 on another =&amp;nbsp; unreadable yes/no?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 02:55:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Gplot-line-type-option-in-symbol/m-p/108578#M4047</guid>
      <dc:creator>MikeZdeb</dc:creator>
      <dc:date>2012-05-09T02:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Gplot line type option in symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Gplot-line-type-option-in-symbol/m-p/108579#M4048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ... using your data (too many lines to make any sense ???) ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;libname x 'z:\gplot data.xls';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;proc sort data=x."'#LN00453$'"n out=x;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;by dose;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;goptions reset=all ftext='calibri' htext=2 gunit=pct;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;symbol1 i=join v='6c'x f='wingdings' w=4 h=2 color=green; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;symbol2 i=join v='6c'x f='wingdings' w=4 h=2 color=blue; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;symbol3 i=join v='6c'x f='wingdings' w=4 h=2 color=grey; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;symbol4 i=join v='6c'x f='wingdings' w=4 h=2 color=orange; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;symbol5 i=join v='6c'x f='wingdings' w=4 h=2 color=red; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;symbol6&amp;nbsp; i=join v='6e'x f='wingdings' w=4 h=2 color=green; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;symbol7&amp;nbsp; i=join v='6e'x f='wingdings' w=4 h=2 color=blue; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;symbol8&amp;nbsp; i=join v='6e'x f='wingdings' w=4 h=2 color=grey; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;symbol9&amp;nbsp; i=join v='6e'x f='wingdings' w=4 h=2 color=orange; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;symbol10 i=join v='6e'x f='wingdings' w=4 h=2 color=red; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;symbol11 i=join v='ab'x f='wingdings' w=4 h=2 color=green; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;symbol12 i=join v='ab'x f='wingdings' w=4 h=2 color=blue; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;symbol13 i=join v='ab'x f='wingdings' w=4 h=2 color=grey; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;symbol14 i=join v='ab'x f='wingdings' w=4 h=2 color=orange; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;symbol15 i=join v='ab'x f='wingdings' w=4 h=2 color=red; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;legend1 position=(top inside right) mode=protect across=1 label=none shape=symbol(.0005,2)pct;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;axis1 offset=(2,2)pct;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;axis2 label=(a=90);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;title1 a=90 ls=2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;title2 a=-90 ls=2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;proc gplot data = x;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;plot conc_ngml*Nominal__Time=subject__alias / legend=legend1 haxis=axis vaxis=axis2 noframe;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;by dose;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;format conc_ngml 4.1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;quit;&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11256i116E793889D82E07/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="dose2.png" title="dose2.png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11257i1C78D3058B6D1DFD/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="dose1.png" title="dose1.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 03:13:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Gplot-line-type-option-in-symbol/m-p/108579#M4048</guid>
      <dc:creator>MikeZdeb</dc:creator>
      <dc:date>2012-05-09T03:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Gplot line type option in symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Gplot-line-type-option-in-symbol/m-p/108580#M4049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the code. Yes, I know too many lines on one plot will be very messy. But, I need to prepare this plot to see the difference between the two studies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it also possible to get dotted lines (i.e using line=2) option whenever a subject is coming from study 2 and line = 1whenever a subject is coming from study 1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your code was really helpful. Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 04:36:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Gplot-line-type-option-in-symbol/m-p/108580#M4049</guid>
      <dc:creator>sfo</dc:creator>
      <dc:date>2012-05-09T04:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Gplot line type option in symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Gplot-line-type-option-in-symbol/m-p/108581#M4050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ... the attached SAS code produced the two attached plots&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just took out the "by dose" and did two separate plots, changing the symbols from plot1 to plot2 to conform with the number of people in each study&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it's correct, but you should check the allocation of people to study&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11475i13176F710C88AEFB/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="plot2.png" title="plot2.png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11476iE7FEA3297E245539/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="plot1.png" title="plot1.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 13:02:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Gplot-line-type-option-in-symbol/m-p/108581#M4050</guid>
      <dc:creator>MikeZdeb</dc:creator>
      <dc:date>2012-05-09T13:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Gplot line type option in symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Gplot-line-type-option-in-symbol/m-p/108582#M4051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, we have to create two codes for different dose levels. I was hoping to make one code and tweak the symbol option so that it takes line=1 for study1 and line=2 for study2, maybe by using some macro etc. Because I will having more than 2 dose groups in my dataset and I wanted to avoid repeating my code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 17:09:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Gplot-line-type-option-in-symbol/m-p/108582#M4051</guid>
      <dc:creator>sfo</dc:creator>
      <dc:date>2012-05-09T17:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Gplot line type option in symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Gplot-line-type-option-in-symbol/m-p/108583#M4052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ... given the choice of trying to write SAS code that would figure out the SYMBOL statement based on the data versus just doing with I did, I would say that the choice depends on how often you are going to do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the two plots, the effort of cutting/pasting code took a LOT less time that writing SAS code that would write SAS code for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or "when to hold 'em, when to fold 'em"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 19:50:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Gplot-line-type-option-in-symbol/m-p/108583#M4052</guid>
      <dc:creator>MikeZdeb</dc:creator>
      <dc:date>2012-05-09T19:50:07Z</dc:date>
    </item>
  </channel>
</rss>

