<?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: intervals on x-axis in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/intervals-on-x-axis/m-p/106740#M29733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is probably showing as a "black block" because of many tick values overwriting each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the Date values are days offset from Jan 1, 1960 the request by 2 is probably asking for a tick every 2 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using&lt;/P&gt;&lt;P&gt;xaxis Values = ("01May2010"d to "01Aug2013"d ) Label = 'Date' interval=semiyear;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Oct 2013 23:00:34 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2013-10-08T23:00:34Z</dc:date>
    <item>
      <title>intervals on x-axis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/intervals-on-x-axis/m-p/106739#M29732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm doing a sgplot and the Date formet (on the x-axis) is in a YYMMP7. format (eg. 2005.04) over a period of 10 years or so..&amp;nbsp; I wish it to see the x-interval from May2010 to Aug2013, bi-annual, but instead all the values show up.. and it looks like a black block.&amp;nbsp; Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my code: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data = MS.Centract_ALL4;&lt;/P&gt;&lt;P&gt;where City= 'Toronto';&lt;/P&gt;&lt;P&gt;vbar date / response=Counts;&lt;/P&gt;&lt;P&gt;vline date / response=Price y2axis;&lt;/P&gt;&lt;P&gt;vline date / response=Orig_Price y2axis;&lt;/P&gt;&lt;P&gt;xaxis Values = ("01May2010"d to "01Aug2013"d by 2) Label = 'Date';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 19:44:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/intervals-on-x-axis/m-p/106739#M29732</guid>
      <dc:creator>podarum</dc:creator>
      <dc:date>2013-10-08T19:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: intervals on x-axis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/intervals-on-x-axis/m-p/106740#M29733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is probably showing as a "black block" because of many tick values overwriting each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the Date values are days offset from Jan 1, 1960 the request by 2 is probably asking for a tick every 2 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using&lt;/P&gt;&lt;P&gt;xaxis Values = ("01May2010"d to "01Aug2013"d ) Label = 'Date' interval=semiyear;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 23:00:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/intervals-on-x-axis/m-p/106740#M29733</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-10-08T23:00:34Z</dc:date>
    </item>
  </channel>
</rss>

