<?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 Skipping dates on Proc Sgplot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Skipping-dates-on-Proc-Sgplot/m-p/585107#M166802</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to skip certain dates on the x-axis, see code below.&lt;/P&gt;&lt;P&gt;proc sgplot data=finaldata;&lt;BR /&gt;vbar date;&lt;BR /&gt;xaxis label='Event date' values=('10Dec2018'd to '01Jun2019'd by week);&lt;BR /&gt;yaxis label='Number of events' values=(0 to 6 by 2) offsetmin=0;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Date has values:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;10Dec2018&lt;/P&gt;&lt;P&gt;02Feb2019&lt;/P&gt;&lt;P&gt;05Feb2019&lt;/P&gt;&lt;P&gt;09Feb2019&lt;/P&gt;&lt;P&gt;22Feb2019&lt;/P&gt;&lt;P&gt;01Mar2019&lt;/P&gt;&lt;P&gt;11Mar2019&lt;/P&gt;&lt;P&gt;22May2019&lt;/P&gt;&lt;P&gt;25May2019&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to skip the months with no values but still space it out by specified ticks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;</description>
    <pubDate>Thu, 29 Aug 2019 22:53:43 GMT</pubDate>
    <dc:creator>HabAM</dc:creator>
    <dc:date>2019-08-29T22:53:43Z</dc:date>
    <item>
      <title>Skipping dates on Proc Sgplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Skipping-dates-on-Proc-Sgplot/m-p/585107#M166802</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to skip certain dates on the x-axis, see code below.&lt;/P&gt;&lt;P&gt;proc sgplot data=finaldata;&lt;BR /&gt;vbar date;&lt;BR /&gt;xaxis label='Event date' values=('10Dec2018'd to '01Jun2019'd by week);&lt;BR /&gt;yaxis label='Number of events' values=(0 to 6 by 2) offsetmin=0;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Date has values:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;10Dec2018&lt;/P&gt;&lt;P&gt;02Feb2019&lt;/P&gt;&lt;P&gt;05Feb2019&lt;/P&gt;&lt;P&gt;09Feb2019&lt;/P&gt;&lt;P&gt;22Feb2019&lt;/P&gt;&lt;P&gt;01Mar2019&lt;/P&gt;&lt;P&gt;11Mar2019&lt;/P&gt;&lt;P&gt;22May2019&lt;/P&gt;&lt;P&gt;25May2019&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to skip the months with no values but still space it out by specified ticks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 22:53:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Skipping-dates-on-Proc-Sgplot/m-p/585107#M166802</guid>
      <dc:creator>HabAM</dc:creator>
      <dc:date>2019-08-29T22:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Skipping dates on Proc Sgplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Skipping-dates-on-Proc-Sgplot/m-p/585117#M166806</link>
      <description>&lt;P&gt;So you want one tick per date in the data, evenly spaced?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 02:12:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Skipping-dates-on-Proc-Sgplot/m-p/585117#M166806</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-08-30T02:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Skipping dates on Proc Sgplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Skipping-dates-on-Proc-Sgplot/m-p/585172#M166827</link>
      <description>&lt;P&gt;Not really understand what you need.&lt;/P&gt;
&lt;P&gt;Try range= option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;xaxis label='Event date'&amp;nbsp; range=('10Dec2018'd - '01Jan2019'd ,&amp;nbsp; '01May2019'd- '01Jun2019'd);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 11:51:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Skipping-dates-on-Proc-Sgplot/m-p/585172#M166827</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-08-30T11:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Skipping dates on Proc Sgplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Skipping-dates-on-Proc-Sgplot/m-p/585907#M167184</link>
      <description>&lt;P&gt;I didn't know I could specify multiple ranges values as above. Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 18:06:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Skipping-dates-on-Proc-Sgplot/m-p/585907#M167184</guid>
      <dc:creator>HabAM</dc:creator>
      <dc:date>2019-09-03T18:06:22Z</dc:date>
    </item>
  </channel>
</rss>

