<?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: How to change the colaxis in order to begin with a specific start date? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-colaxis-in-order-to-begin-with-a-specific/m-p/711764#M20906</link>
    <description>&lt;P&gt;You can use the Colaxis option VALUES=(&amp;lt;list goes here&amp;gt;) to specify the tick marks to display&lt;/P&gt;
&lt;P&gt;So perhaps Values=('01JAN2017'd to '01JAN2020'd by year)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jan 2021 19:57:51 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2021-01-15T19:57:51Z</dc:date>
    <item>
      <title>How to change the colaxis in order to begin with a specific start date?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-colaxis-in-order-to-begin-with-a-specific/m-p/711762#M20905</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I am look to create a sgpanel. I have the date in year/mon like '2017/01'.I have data some data from 2016, but I want what is shown&amp;nbsp; to begin at '2017/01' and the ticks show up by year from 2017 - 2020.&amp;nbsp; How can I achieve his result? This is the code I used:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc x11 data = causerie_t_total_mean_all noprint;&lt;BR /&gt;monthly additive date = date;&lt;BR /&gt;id district;&lt;BR /&gt;var mean_malaria_rate;&lt;BR /&gt;tables a1 d12;&lt;BR /&gt;output out = test_all_mal a1 = mean_malaria_rate d12 = adj;run;&lt;/P&gt;&lt;P&gt;title 'Trend Line Time Series for the Average Number of Malaria Cases per 1000 Population in by District';&lt;BR /&gt;proc sgpanel data=test_all_mal;&lt;BR /&gt;panelby district / novarname ;&lt;BR /&gt;rowaxis label='Number of malaria cases per 1000';&lt;BR /&gt;vline date / response=mean_malaria_rate;&lt;BR /&gt;vline date / response=adj markers markerattrs=(color=blue symbol='circle') lineattrs=(color=blue) legendlabel="trend cycle";&lt;BR /&gt;colaxis fitpolicy=thin interval=YEAR;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 19:47:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-colaxis-in-order-to-begin-with-a-specific/m-p/711762#M20905</guid>
      <dc:creator>pearson101</dc:creator>
      <dc:date>2021-01-15T19:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the colaxis in order to begin with a specific start date?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-colaxis-in-order-to-begin-with-a-specific/m-p/711764#M20906</link>
      <description>&lt;P&gt;You can use the Colaxis option VALUES=(&amp;lt;list goes here&amp;gt;) to specify the tick marks to display&lt;/P&gt;
&lt;P&gt;So perhaps Values=('01JAN2017'd to '01JAN2020'd by year)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 19:57:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-colaxis-in-order-to-begin-with-a-specific/m-p/711764#M20906</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-01-15T19:57:51Z</dc:date>
    </item>
  </channel>
</rss>

