<?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: Can SAS plot more than 36 points on X-axis in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Can-SAS-plot-more-than-36-points-on-X-axis/m-p/214903#M8017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS 4.3.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black;"&gt;proc gplot data=trend_months;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black;"&gt;plot fpm * month_number = yearnum_c/ overlay&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black;"&gt;cframe=white haxis=axis1 vaxis=axis2 annotate=anno_all&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black;"&gt;autovref LVREF=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black;"&gt; CVREF=bgr wvref=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black;"&gt;format month_number &lt;/SPAN&gt;&lt;SPAN style="background: white; color: teal;"&gt;dataord.&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black;"&gt;&lt;BR /&gt;FPM &amp;amp;s_format;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black;"&gt;quit; The dataset month_number has all distinct month numbers from 1 to 48. It is showing fine till 36, as I am using the first letter of evcery month and then annotating. Did I confuse you? Apologies.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jul 2015 15:49:06 GMT</pubDate>
    <dc:creator>Arimitra</dc:creator>
    <dc:date>2015-07-31T15:49:06Z</dc:date>
    <item>
      <title>Can SAS plot more than 36 points on X-axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Can-SAS-plot-more-than-36-points-on-X-axis/m-p/214901#M8015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi Experts,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;I have a data which has 48 rows, (at times it may go higher than 48). These 48 rows are basically months of last 4 years. When I try to plot them in SAS it is not plotting more than 36 months. I could group by years and plot 12 months on x axis, but the trend needs to be continious and all months need to come in a line.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Any help would be much appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Arimitra Maiti&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 15:38:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Can-SAS-plot-more-than-36-points-on-X-axis/m-p/214901#M8015</guid>
      <dc:creator>Arimitra</dc:creator>
      <dc:date>2015-07-31T15:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can SAS plot more than 36 points on X-axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Can-SAS-plot-more-than-36-points-on-X-axis/m-p/214902#M8016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show us a code snippet of your current approach? What version of SAS are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 15:42:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Can-SAS-plot-more-than-36-points-on-X-axis/m-p/214902#M8016</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2015-07-31T15:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can SAS plot more than 36 points on X-axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Can-SAS-plot-more-than-36-points-on-X-axis/m-p/214903#M8017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS 4.3.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black;"&gt;proc gplot data=trend_months;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black;"&gt;plot fpm * month_number = yearnum_c/ overlay&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black;"&gt;cframe=white haxis=axis1 vaxis=axis2 annotate=anno_all&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black;"&gt;autovref LVREF=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black;"&gt; CVREF=bgr wvref=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black;"&gt;format month_number &lt;/SPAN&gt;&lt;SPAN style="background: white; color: teal;"&gt;dataord.&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black;"&gt;&lt;BR /&gt;FPM &amp;amp;s_format;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black;"&gt;quit; The dataset month_number has all distinct month numbers from 1 to 48. It is showing fine till 36, as I am using the first letter of evcery month and then annotating. Did I confuse you? Apologies.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 15:49:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Can-SAS-plot-more-than-36-points-on-X-axis/m-p/214903#M8017</guid>
      <dc:creator>Arimitra</dc:creator>
      <dc:date>2015-07-31T15:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can SAS plot more than 36 points on X-axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Can-SAS-plot-more-than-36-points-on-X-axis/m-p/214904#M8018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might need to force 1 through 48 to appear on the axis by using the ORDER= option on the AXIS statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;axis1 order=(1 to 48);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background-position: initial;"&gt;proc gplot data=trend_months;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background-position: initial;"&gt;plot fpm * month_number = yearnum_c/ overlay&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background-position: initial;"&gt;cframe=white haxis=axis1 vaxis=axis2 annotate=anno_all&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background-position: initial;"&gt;autovref LVREF=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: teal; background-position: initial;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background-position: initial;"&gt; CVREF=bgr wvref=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: teal; background-position: initial;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background-position: initial;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background-position: initial;"&gt;format month_number &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: teal; background-position: initial;"&gt;dataord.&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background-position: initial;"&gt;&lt;BR /&gt;FPM &amp;amp;s_format;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background-position: initial;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 15:56:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Can-SAS-plot-more-than-36-points-on-X-axis/m-p/214904#M8018</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2015-07-31T15:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can SAS plot more than 36 points on X-axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Can-SAS-plot-more-than-36-points-on-X-axis/m-p/214905#M8019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thanks Dan. I am able to create what I intended. All my best wishes and many thanks for helping and enhancing me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 14:07:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Can-SAS-plot-more-than-36-points-on-X-axis/m-p/214905#M8019</guid>
      <dc:creator>Arimitra</dc:creator>
      <dc:date>2015-08-03T14:07:03Z</dc:date>
    </item>
  </channel>
</rss>

