<?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: change the Y axis interval and max number on a SGPLOT in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/change-the-Y-axis-interval-and-max-number-on-a-SGPLOT/m-p/447641#M15384</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;thanks heaps&lt;/P&gt;</description>
    <pubDate>Thu, 22 Mar 2018 00:02:35 GMT</pubDate>
    <dc:creator>DME790</dc:creator>
    <dc:date>2018-03-22T00:02:35Z</dc:date>
    <item>
      <title>change the Y axis interval and max number on a SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/change-the-Y-axis-interval-and-max-number-on-a-SGPLOT/m-p/447628#M15382</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Proc SGPLOT to create several VBAR graphs. I want to have consistency between them all and to show a 500 interval on the Y axis and a max interval of 4,000.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apologies for the test data - I can't get the dates to go in properly - any help to get this right would be appreciated.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
 Input WEEK_END_DT   $ Count;
 Datalines;
2017-07-09 2738
2017-07-16 3361
2017-07-23 3567
2017-07-30 3421
2017-08-06 3382
2017-08-13 3216
2017-08-20 2697
2017-08-27 2475
2017-09-03 2327
2017-09-10 2434
2017-09-17 2497
2017-09-24 2455
2017-10-01 2510
2017-10-08 1814
2017-10-15 2106
2017-10-22 2456
2017-10-29 1932
2017-11-05 1986
2017-11-12 1754
2017-11-19 1635
2017-11-26 1597
2017-12-03 1708
2017-12-10 1439
2017-12-17 1379
2017-12-24 1399
2017-12-31 611
2018-01-07 1376
2018-01-14 1640
2018-01-21 1745
2018-01-28 1422
2018-02-04 1872
2018-02-11 1996
2018-02-18 1456
2018-02-25 1007
2018-03-04 965
2018-03-11 992
2018-03-18 906
;
Run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc SGPlot data=Test;
	Title "AAA Count";
	VBar WEEK_END_DT / response=COUNT;
Run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dean&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 23:18:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/change-the-Y-axis-interval-and-max-number-on-a-SGPLOT/m-p/447628#M15382</guid>
      <dc:creator>DME790</dc:creator>
      <dc:date>2018-03-21T23:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: change the Y axis interval and max number on a SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/change-the-Y-axis-interval-and-max-number-on-a-SGPLOT/m-p/447631#M15383</link>
      <description>&lt;P&gt;YAXIS or XAXIS&amp;nbsp;statements control the appearance of the axis.&lt;/P&gt;
&lt;P&gt;Try&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yaxis values=(0 to 4000 by 500);&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 23:22:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/change-the-Y-axis-interval-and-max-number-on-a-SGPLOT/m-p/447631#M15383</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-03-21T23:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: change the Y axis interval and max number on a SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/change-the-Y-axis-interval-and-max-number-on-a-SGPLOT/m-p/447641#M15384</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;thanks heaps&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 00:02:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/change-the-Y-axis-interval-and-max-number-on-a-SGPLOT/m-p/447641#M15384</guid>
      <dc:creator>DME790</dc:creator>
      <dc:date>2018-03-22T00:02:35Z</dc:date>
    </item>
  </channel>
</rss>

