<?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: SGPLOT xaxis notification message in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-xaxis-notification-message/m-p/413055#M14176</link>
    <description>&lt;P&gt;I realized that although the variable DATE was formatted as a year, it was just a numeric variable.&amp;nbsp; Once I constructed it (using the MDY function) as a SAS date variable the notification message no longer displayed.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Nov 2017 21:04:56 GMT</pubDate>
    <dc:creator>flyingbear</dc:creator>
    <dc:date>2017-11-13T21:04:56Z</dc:date>
    <item>
      <title>SGPLOT xaxis notification message</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-xaxis-notification-message/m-p/411764#M14119</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm running SAS 9.4 on Windows.&amp;nbsp; I'm receiving this notification message when I run the following code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;NOTE: Time axis can only support date time values. The axis type will be changed to&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;LINEAR.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data aaa; set bbb;&lt;BR /&gt;format date year4.;&lt;BR /&gt;pct_diff = (f_&amp;amp;var/f_&amp;amp;var._2017-1)*100;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgplot data=aaa noautolegend;&lt;BR /&gt;title "Percent Difference: 2018/2017";&lt;BR /&gt;band y=pct_diff lower="01oct2017"d upper="30sep2044"d / fillattrs=(color=blue transparency=0.95);&lt;BR /&gt;series x=date y=pct_diff / lineattrs=(color=blue thickness=2);&lt;BR /&gt;xaxis grid values=("01jan2012"d to "01Jan2020"d by year) display=(nolabel);&lt;BR /&gt;yaxis grid label="Percent";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The graph is drawn properly since, I think, my data is evenly spaced so linear has no impact.&amp;nbsp; But it would still be nice to clean up my log file and also to understand what is causing this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help?&amp;nbsp; Thanks in advance,&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 23:25:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-xaxis-notification-message/m-p/411764#M14119</guid>
      <dc:creator>flyingbear</dc:creator>
      <dc:date>2017-11-08T23:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT xaxis notification message</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-xaxis-notification-message/m-p/411771#M14120</link>
      <description>&lt;P&gt;Try adding interval=Year to your XAXIS statement?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 23:37:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-xaxis-notification-message/m-p/411771#M14120</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-08T23:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT xaxis notification message</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-xaxis-notification-message/m-p/413055#M14176</link>
      <description>&lt;P&gt;I realized that although the variable DATE was formatted as a year, it was just a numeric variable.&amp;nbsp; Once I constructed it (using the MDY function) as a SAS date variable the notification message no longer displayed.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 21:04:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-xaxis-notification-message/m-p/413055#M14176</guid>
      <dc:creator>flyingbear</dc:creator>
      <dc:date>2017-11-13T21:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT xaxis notification message</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-xaxis-notification-message/m-p/413057#M14177</link>
      <description>Thanks, Reeza. I was being stupid! See below.</description>
      <pubDate>Mon, 13 Nov 2017 21:05:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-xaxis-notification-message/m-p/413057#M14177</guid>
      <dc:creator>flyingbear</dc:creator>
      <dc:date>2017-11-13T21:05:58Z</dc:date>
    </item>
  </channel>
</rss>

