<?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: Sgplot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Sgplot/m-p/628911#M185901</link>
    <description>&lt;P&gt;You might also want to examine what happens if change the FORMAT for your YEAR variable. Such as&lt;/P&gt;
&lt;PRE&gt;proc sgplot data=sashelp.air ;
series x=date y=air ;
format date year4.;
run;

/* or */

proc sgplot data=sashelp.air ;
series x=date y=air ;
format date yyq6. ;
run;&lt;/PRE&gt;</description>
    <pubDate>Mon, 02 Mar 2020 20:26:36 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-03-02T20:26:36Z</dc:date>
    <item>
      <title>Sgplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sgplot/m-p/628508#M185740</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I'm using monthly data for 16 years.&amp;nbsp; When I use the command SGPLOT.&amp;nbsp; The horizontal axis is very crowded and cannot be read.&amp;nbsp; Is there any way to make the horizontal axis readable?&lt;/P&gt;&lt;P&gt;ThankYou.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="question.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/36477i84C8D45F79B4BECE/image-size/large?v=v2&amp;amp;px=999" role="button" title="question.png" alt="question.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Mar 2020 03:27:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sgplot/m-p/628508#M185740</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2020-03-01T03:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sgplot/m-p/628513#M185743</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.air ;
series x=date y=air ;
xaxis fitpolicy=thin;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 01 Mar 2020 04:50:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sgplot/m-p/628513#M185743</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-03-01T04:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sgplot/m-p/628516#M185744</link>
      <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Mar 2020 05:57:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sgplot/m-p/628516#M185744</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2020-03-01T05:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sgplot/m-p/628519#M185746</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Can I ask one more question about SGPLOT?&amp;nbsp; &amp;nbsp; If I'd like to show only January of each year on the X-Axis, how could I do that?&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Mar 2020 06:20:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sgplot/m-p/628519#M185746</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2020-03-01T06:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sgplot/m-p/628667#M185807</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.air ;
series x=date y=air ;
xaxis fitpolicy=thin values=('01jan1950'd to '01jan1958'd by year)
valuesformat=date9.;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Mar 2020 06:42:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sgplot/m-p/628667#M185807</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-03-02T06:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sgplot/m-p/628686#M185812</link>
      <description>&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 08:07:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sgplot/m-p/628686#M185812</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2020-03-02T08:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sgplot/m-p/628911#M185901</link>
      <description>&lt;P&gt;You might also want to examine what happens if change the FORMAT for your YEAR variable. Such as&lt;/P&gt;
&lt;PRE&gt;proc sgplot data=sashelp.air ;
series x=date y=air ;
format date year4.;
run;

/* or */

proc sgplot data=sashelp.air ;
series x=date y=air ;
format date yyq6. ;
run;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Mar 2020 20:26:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sgplot/m-p/628911#M185901</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-03-02T20:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sgplot/m-p/629437#M186137</link>
      <description>&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 14:32:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sgplot/m-p/629437#M186137</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2020-03-04T14:32:18Z</dc:date>
    </item>
  </channel>
</rss>

