<?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 SGPLOT in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/SGPLOT/m-p/829652#M35551</link>
    <description>&lt;P&gt;How do I get rid of circles on my line graph in SGPLOT?&lt;/P&gt;</description>
    <pubDate>Mon, 22 Aug 2022 13:16:46 GMT</pubDate>
    <dc:creator>timothymbanks</dc:creator>
    <dc:date>2022-08-22T13:16:46Z</dc:date>
    <item>
      <title>SGPLOT</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SGPLOT/m-p/829652#M35551</link>
      <description>&lt;P&gt;How do I get rid of circles on my line graph in SGPLOT?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 13:16:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SGPLOT/m-p/829652#M35551</guid>
      <dc:creator>timothymbanks</dc:creator>
      <dc:date>2022-08-22T13:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SGPLOT/m-p/829656#M35553</link>
      <description>&lt;P&gt;Show us a screen capture of this plot. Use the "Insert Photos" icon; do not attach files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show us your code. Copy the code as text and paste it into the window that appears when you click on the "little running man" icon.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 13:23:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SGPLOT/m-p/829656#M35553</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-08-22T13:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SGPLOT/m-p/829658#M35554</link>
      <description>&lt;P&gt;This code for a simple line chart:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.stocks;
   where stock = "IBM" and year(date)=2000;
   vline date / response=close y2axis;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Does not produce circles in the graphic output:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASJedi_0-1661174839002.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/74573i1773CDCA03BAE076/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASJedi_0-1661174839002.png" alt="SASJedi_0-1661174839002.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;When you post a question, it is helpful to include the code you are using so we can help diagnose the problem more effectively.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 13:28:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SGPLOT/m-p/829658#M35554</guid>
      <dc:creator>SASJedi</dc:creator>
      <dc:date>2022-08-22T13:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SGPLOT/m-p/829669#M35556</link>
      <description>&lt;P&gt;Do you have something related to MARKERS?&lt;/P&gt;
&lt;P&gt;Or a DATTRMAP optional data set?&lt;/P&gt;
&lt;P&gt;A Bubble Statement?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please do not make us guess what your code is.&lt;/P&gt;
&lt;P&gt;Copy the code involved from your SAS editor. On the forum open a text box using the &amp;lt;/&amp;gt; icon that appears above the message window. Paste the code.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 14:30:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SGPLOT/m-p/829669#M35556</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-08-22T14:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SGPLOT/m-p/829671#M35558</link>
      <description>&lt;P&gt;Here is my code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics on;&lt;BR /&gt;proc sgplot data = s1 noautolegend;&lt;BR /&gt;reg y = LOGIT x = XXXX/ &lt;BR /&gt;lineattrs =(color = ligr);&lt;BR /&gt;series y = LOGIT x = XXXXXX;&lt;BR /&gt;yaxis label = 'LOGIT';&lt;BR /&gt;xaxis lable = 'XXXXX';&lt;BR /&gt;run;&lt;BR /&gt;ods graphics off;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 15:07:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SGPLOT/m-p/829671#M35558</guid>
      <dc:creator>timothymbanks</dc:creator>
      <dc:date>2022-08-22T15:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SGPLOT/m-p/829680#M35559</link>
      <description>&lt;P&gt;It's always best to provide the information we asked for, like a screen capture of your plot. That way we don't have to guess at what you are seeing that you don't like, and possibly guess wrong (which wastes everyone's time).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nevertheless, here is my guess.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try the NOMARKERS option of the REG statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 15:40:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SGPLOT/m-p/829680#M35559</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-08-22T15:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SGPLOT/m-p/829695#M35560</link>
      <description>&lt;P&gt;Proc SGPLOT REG statement by default includes markers for the individual points in the data. So very likely &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;'s suggestion will remove the markers.&lt;/P&gt;
&lt;P&gt;The appearance of the markers, whether filled or open, circles, squares, diamonds or stars will depend on the ODS style and any overrides you might provide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Series will likely seem to connect those markers placed by REG but unless you request markers from the series plot it will not make markers.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 16:37:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SGPLOT/m-p/829695#M35560</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-08-22T16:37:29Z</dc:date>
    </item>
  </channel>
</rss>

