<?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 creating vertical lines for each data point in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/SGPLOT-creating-vertical-lines-for-each-data-point/m-p/827509#M40973</link>
    <description>&lt;P&gt;I have code creating a plot via SGPLOT. The output has vertical lines for each data point. I want a line graph with each series. How we I get rid of the vertical lines?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 07 Aug 2022 18:40:43 GMT</pubDate>
    <dc:creator>lchristensen</dc:creator>
    <dc:date>2022-08-07T18:40:43Z</dc:date>
    <item>
      <title>SGPLOT creating vertical lines for each data point</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SGPLOT-creating-vertical-lines-for-each-data-point/m-p/827509#M40973</link>
      <description>&lt;P&gt;I have code creating a plot via SGPLOT. The output has vertical lines for each data point. I want a line graph with each series. How we I get rid of the vertical lines?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 18:40:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SGPLOT-creating-vertical-lines-for-each-data-point/m-p/827509#M40973</guid>
      <dc:creator>lchristensen</dc:creator>
      <dc:date>2022-08-07T18:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT creating vertical lines for each data point</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SGPLOT-creating-vertical-lines-for-each-data-point/m-p/827514#M40974</link>
      <description>&lt;P&gt;Code should be posted as text in the SAS code box (click on the "little running man" icon). Since I never download file attachments, I request you include a screen capture of your graph in your reply by clicking on the "Insert Photos" icon.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 20:25:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SGPLOT-creating-vertical-lines-for-each-data-point/m-p/827514#M40974</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-08-07T20:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT creating vertical lines for each data point</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SGPLOT-creating-vertical-lines-for-each-data-point/m-p/827518#M40975</link>
      <description>&lt;P&gt;You need to include data as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;XAXIS DISCRETE is intended for x values that aren't continuous, or nearly so.&lt;/P&gt;
&lt;P&gt;Series plots generally assume that axis values will be continuous.&lt;/P&gt;
&lt;P&gt;So it is unlikely that you actually want a DISCRETE axis for a SERIES plot. I sugges removing your XAXIS Discrete option and see if things make more sense.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 20:50:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SGPLOT-creating-vertical-lines-for-each-data-point/m-p/827518#M40975</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-08-07T20:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT creating vertical lines for each data point</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SGPLOT-creating-vertical-lines-for-each-data-point/m-p/827522#M40976</link>
      <description>&lt;P&gt;One person wants it imbedded as text, another as an attachment.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 23:23:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SGPLOT-creating-vertical-lines-for-each-data-point/m-p/827522#M40976</guid>
      <dc:creator>lchristensen</dc:creator>
      <dc:date>2022-08-07T23:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT creating vertical lines for each data point</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SGPLOT-creating-vertical-lines-for-each-data-point/m-p/827523#M40977</link>
      <description>&lt;P&gt;Removing XAXIS discrete made no difference, I actually put that in hoping it would.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 23:25:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SGPLOT-creating-vertical-lines-for-each-data-point/m-p/827523#M40977</guid>
      <dc:creator>lchristensen</dc:creator>
      <dc:date>2022-08-07T23:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT creating vertical lines for each data point</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SGPLOT-creating-vertical-lines-for-each-data-point/m-p/827524#M40978</link>
      <description>&lt;P&gt;Proc Sort data=Work.Read_Port;&lt;BR /&gt;by SMFDTIME RRS5POID;&lt;BR /&gt;run;&lt;BR /&gt;ods pdf file = "z:\Mainframe\GPSE\MAR and HMAI\HMAI Samples\POID.pdf"; &lt;BR /&gt;proc sgplot data=Work.Read_Port; &lt;BR /&gt;series y = RRS5ERCS x = SMFDTIME;&lt;BR /&gt;series y = RRS5EWCS x = SMFDTIME;&lt;BR /&gt;title1 'Hitachi Mainframe Analytic Interpreter: Subtype-5, RRS5ERCS, RRS5EWCS';&lt;BR /&gt;run;&lt;BR /&gt;ods pdf startpage=now;&lt;BR /&gt;ods pdf close;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 23:26:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SGPLOT-creating-vertical-lines-for-each-data-point/m-p/827524#M40978</guid>
      <dc:creator>lchristensen</dc:creator>
      <dc:date>2022-08-07T23:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT creating vertical lines for each data point</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SGPLOT-creating-vertical-lines-for-each-data-point/m-p/827525#M40979</link>
      <description>&lt;P&gt;I printed the data and there were multiple values for the RRS5POID and it interleaved them since it was sorted by date/time/RRS5POID and some of the RRS5POID values were zeroes. Adding a 'by SMFRSSN RRS5POID' gave me the proper results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 00:37:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SGPLOT-creating-vertical-lines-for-each-data-point/m-p/827525#M40979</guid>
      <dc:creator>lchristensen</dc:creator>
      <dc:date>2022-08-08T00:37:58Z</dc:date>
    </item>
  </channel>
</rss>

