<?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 Why do I get a blank regression graph using sgplot? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Why-do-I-get-a-blank-regression-graph-using-sgplot/m-p/869694#M23678</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to run a regression between my concentration and cases using sgplot but when I do I get a blank graph.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to put them together in a time series graph using sgplot and scatter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What could it be?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;below is my code and image.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;Proc sgplot data=FinalOC;
reg x=cases y=concentration;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-04-13 at 7.08.01 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/82679iA173C08DAB0DD214/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-04-13 at 7.08.01 PM.png" alt="Screenshot 2023-04-13 at 7.08.01 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Fri, 14 Apr 2023 02:09:35 GMT</pubDate>
    <dc:creator>rebelde52</dc:creator>
    <dc:date>2023-04-14T02:09:35Z</dc:date>
    <item>
      <title>Why do I get a blank regression graph using sgplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Why-do-I-get-a-blank-regression-graph-using-sgplot/m-p/869694#M23678</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to run a regression between my concentration and cases using sgplot but when I do I get a blank graph.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to put them together in a time series graph using sgplot and scatter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What could it be?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;below is my code and image.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;Proc sgplot data=FinalOC;
reg x=cases y=concentration;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-04-13 at 7.08.01 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/82679iA173C08DAB0DD214/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-04-13 at 7.08.01 PM.png" alt="Screenshot 2023-04-13 at 7.08.01 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 02:09:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Why-do-I-get-a-blank-regression-graph-using-sgplot/m-p/869694#M23678</guid>
      <dc:creator>rebelde52</dc:creator>
      <dc:date>2023-04-14T02:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get a blank regression graph using sgplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Why-do-I-get-a-blank-regression-graph-using-sgplot/m-p/869706#M23679</link>
      <description>I guess you log may give some hints, could you take a screen shot on you log window?</description>
      <pubDate>Fri, 14 Apr 2023 06:24:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Why-do-I-get-a-blank-regression-graph-using-sgplot/m-p/869706#M23679</guid>
      <dc:creator>whymath</dc:creator>
      <dc:date>2023-04-14T06:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I get a blank regression graph using sgplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Why-do-I-get-a-blank-regression-graph-using-sgplot/m-p/869826#M23680</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/270406"&gt;@whymath&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I guess you log may give some hints, could you take a screen shot on you log window?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Actually better is to copy the TEXT from the log window, on the forum open a text box using the &amp;lt;/&amp;gt; icon above the message window and paste the text. The text box retains formatting that the message window will remove.&lt;/P&gt;
&lt;P&gt;Text is better as it allows us to copy relevant pieces of the report and point out what the messages may mean and/or modify the code.&lt;/P&gt;
&lt;P&gt;INCLUDE the all the code and messages related to the procedure call.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 15:10:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Why-do-I-get-a-blank-regression-graph-using-sgplot/m-p/869826#M23680</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-04-14T15:10:14Z</dc:date>
    </item>
  </channel>
</rss>

