<?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 increase the number of ticks in a axis using sgplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/how-to-increase-the-number-of-ticks-in-a-axis-using-sgplot/m-p/599075#M19014</link>
    <description>Thank you Dan! Appreciate your input!</description>
    <pubDate>Thu, 24 Oct 2019 15:35:26 GMT</pubDate>
    <dc:creator>changxuosu</dc:creator>
    <dc:date>2019-10-24T15:35:26Z</dc:date>
    <item>
      <title>how to increase the number of ticks in a axis using sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-increase-the-number-of-ticks-in-a-axis-using-sgplot/m-p/598871#M19012</link>
      <description>&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;sgplot&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=mydata;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;series&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;x&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=date&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;y&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=dollar / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;lineattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = (&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;thickness&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;xaxis&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;display&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(nolabel) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;valuesformat&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;MMYYS.&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;interval&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=month &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;valueattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;= (&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;size&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;yaxis&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;display&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(nolabel);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Dear SAS community,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;I have a dataset mydata, I want to plot date on x axis and dollar on y axis. I used the code in the above, the problem is that using that code, the number of ticks on xaxis is too small. It's too thinly displayed. the interval 2 years. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;I changed my options by using "interval=month" but it doesn't change the output plot.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Anyone has any idea? Appreciate any suggestions. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;A newbie in sgplot struggling... thanks!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 23:53:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-increase-the-number-of-ticks-in-a-axis-using-sgplot/m-p/598871#M19012</guid>
      <dc:creator>changxuosu</dc:creator>
      <dc:date>2019-10-23T23:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to increase the number of ticks in a axis using sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-increase-the-number-of-ticks-in-a-axis-using-sgplot/m-p/599066#M19013</link>
      <description>&lt;P&gt;Based on your description, my guess is that INTERVAL=MONTH would be too dense to fit. I might would try INTERVAL=YEAR and MINORINTERVAL=MONTH to get that level of detail.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 15:05:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-increase-the-number-of-ticks-in-a-axis-using-sgplot/m-p/599066#M19013</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2019-10-24T15:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to increase the number of ticks in a axis using sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-increase-the-number-of-ticks-in-a-axis-using-sgplot/m-p/599075#M19014</link>
      <description>Thank you Dan! Appreciate your input!</description>
      <pubDate>Thu, 24 Oct 2019 15:35:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-increase-the-number-of-ticks-in-a-axis-using-sgplot/m-p/599075#M19014</guid>
      <dc:creator>changxuosu</dc:creator>
      <dc:date>2019-10-24T15:35:26Z</dc:date>
    </item>
  </channel>
</rss>

