<?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 gplot year as date in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/gplot-year-as-date/m-p/195751#M2522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;I want to keep the year part in the X axis instead of the full date, can anyone tell me how.&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;symbol1 color=blue interpol=join;&lt;/P&gt;&lt;P&gt;proc gplot data=sashelp.stocks;&lt;/P&gt;&lt;P&gt;plot volume*date / hminor=0;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Jul 2015 20:08:44 GMT</pubDate>
    <dc:creator>mlogan</dc:creator>
    <dc:date>2015-07-04T20:08:44Z</dc:date>
    <item>
      <title>gplot year as date</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/gplot-year-as-date/m-p/195751#M2522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;I want to keep the year part in the X axis instead of the full date, can anyone tell me how.&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;symbol1 color=blue interpol=join;&lt;/P&gt;&lt;P&gt;proc gplot data=sashelp.stocks;&lt;/P&gt;&lt;P&gt;plot volume*date / hminor=0;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jul 2015 20:08:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/gplot-year-as-date/m-p/195751#M2522</guid>
      <dc:creator>mlogan</dc:creator>
      <dc:date>2015-07-04T20:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: gplot year as date</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/gplot-year-as-date/m-p/195752#M2523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried applying a format to the year variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;symbol1 color=blue interpol=join;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc gplot data=sashelp.stocks;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;plot volume*date / hminor=0;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;format date year4.;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jul 2015 02:23:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/gplot-year-as-date/m-p/195752#M2523</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-07-05T02:23:58Z</dc:date>
    </item>
  </channel>
</rss>

