<?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 How do you remove dots from a line in proc gplot in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-do-you-remove-dots-from-a-line-in-proc-gplot/m-p/154295#M40528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'm currently creating charts using proc gplot and I created four line in the chart. One of my co-worker does not want the dot to be shown with the line and want them remove or hidden. I assuming in the symbol statement that value=none which only the line shows up, but I notice that do are still showing up for value that make up that line (but not color coded). Long story short, is there any way to hide this dot value that only the line show up in plot. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patricia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example code that I'm using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;symbol1 i=none v=dot c=black;&lt;/P&gt;&lt;P&gt;symbol2 i=join v=dot c=purple line=1;&lt;/P&gt;&lt;P&gt;symbol3 i=join v=dot c=blue line=1;&lt;/P&gt;&lt;P&gt;symbol4 i=join v=dot c=green line=1;&lt;/P&gt;&lt;P&gt;symbol5 i=join v=dot c=gold line=1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title "Test";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gplot data=test;&lt;/P&gt;&lt;P&gt;plot temp1_RESULT*MONTH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; temp2_RESULT*MONTH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAX*MONTH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TARGET*MONTH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; THRESHOLD*MONTH/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; overlay haxis=axis1 hminor=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vaxis=axis1 vminor=0;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label temp1_result="Temp"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MONTH='MONTH';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;title;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11558i5E1D1CB5200F82F6/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="SAS gplot example-17DEC2014.png" title="SAS gplot example-17DEC2014.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Dec 2014 19:05:50 GMT</pubDate>
    <dc:creator>PatriciaEilerman</dc:creator>
    <dc:date>2014-12-17T19:05:50Z</dc:date>
    <item>
      <title>How do you remove dots from a line in proc gplot</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-you-remove-dots-from-a-line-in-proc-gplot/m-p/154295#M40528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'm currently creating charts using proc gplot and I created four line in the chart. One of my co-worker does not want the dot to be shown with the line and want them remove or hidden. I assuming in the symbol statement that value=none which only the line shows up, but I notice that do are still showing up for value that make up that line (but not color coded). Long story short, is there any way to hide this dot value that only the line show up in plot. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patricia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example code that I'm using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;symbol1 i=none v=dot c=black;&lt;/P&gt;&lt;P&gt;symbol2 i=join v=dot c=purple line=1;&lt;/P&gt;&lt;P&gt;symbol3 i=join v=dot c=blue line=1;&lt;/P&gt;&lt;P&gt;symbol4 i=join v=dot c=green line=1;&lt;/P&gt;&lt;P&gt;symbol5 i=join v=dot c=gold line=1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title "Test";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gplot data=test;&lt;/P&gt;&lt;P&gt;plot temp1_RESULT*MONTH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; temp2_RESULT*MONTH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAX*MONTH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TARGET*MONTH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; THRESHOLD*MONTH/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; overlay haxis=axis1 hminor=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vaxis=axis1 vminor=0;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label temp1_result="Temp"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MONTH='MONTH';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;title;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11558i5E1D1CB5200F82F6/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="SAS gplot example-17DEC2014.png" title="SAS gplot example-17DEC2014.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 19:05:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-you-remove-dots-from-a-line-in-proc-gplot/m-p/154295#M40528</guid>
      <dc:creator>PatriciaEilerman</dc:creator>
      <dc:date>2014-12-17T19:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do you remove dots from a line in proc gplot</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-you-remove-dots-from-a-line-in-proc-gplot/m-p/154296#M40529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Patricia - Welcome to Communities on SAS!&lt;/P&gt;&lt;P&gt;I'm going to move your question to the Procedures Community so you have a better chance of someone answering your question. If someone answers.. be sure to mark it "answered". thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 19:23:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-you-remove-dots-from-a-line-in-proc-gplot/m-p/154296#M40529</guid>
      <dc:creator>Community_Help</dc:creator>
      <dc:date>2014-12-17T19:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do you remove dots from a line in proc gplot</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-you-remove-dots-from-a-line-in-proc-gplot/m-p/154297#M40530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The VALUE option may be what you need but you may not be getting it set on the correct symbol statement.&lt;/P&gt;&lt;P&gt;It would help if showed the actual program SYMBOL statements and possibly the gplot code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 20:38:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-you-remove-dots-from-a-line-in-proc-gplot/m-p/154297#M40530</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-12-17T20:38:45Z</dc:date>
    </item>
  </channel>
</rss>

