<?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 Incremental value in SGPLOT/XAXIS in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Incremental-value-in-SGPLOT-XAXIS/m-p/49221#M1670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan: That is great! Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2012 20:32:00 GMT</pubDate>
    <dc:creator>bigbigben</dc:creator>
    <dc:date>2012-02-08T20:32:00Z</dc:date>
    <item>
      <title>Incremental value in SGPLOT/XAXIS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Incremental-value-in-SGPLOT-XAXIS/m-p/49216#M1665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, there:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a simple (probably silly) question on the sgplot outcome. The graph I try to generate is a figure with both bars and lines (similar to the charts used in stock markets, where lines are for prices but bars for volumes).I don't want the figure to be too busy, so I try to control the incremental value for horizontal axis by using the xaxis statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote &lt;/P&gt;&lt;P&gt;xaxis label="Trading Interval (Quarters)"&amp;nbsp; values=(0 to 150 by 20) offsetmin=0 offsetmax=0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose numbers showing on the axaxis should be 0, 20, 40 ect. Howerver, the outcome is that the numbers are 1, 2, 3, ..., i.e, the incremental value is 1 rather than 20. There is no warning or error message from SAS. I am using SAS9.2 in a UNIX system. Is there something wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 19:30:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Incremental-value-in-SGPLOT-XAXIS/m-p/49216#M1665</guid>
      <dc:creator>bigbigben</dc:creator>
      <dc:date>2012-02-08T19:30:23Z</dc:date>
    </item>
    <item>
      <title>Incremental value in SGPLOT/XAXIS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Incremental-value-in-SGPLOT-XAXIS/m-p/49217#M1666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The bar chart forces the xaxis to be discrete, so the VALUES option has no effect in that case. The best two options for you in this chart is to either set the TICKVALUEFITPOLICY=THIN on the XAXIS statement or use a NEEDLE plot and SERIES plot overlay instead of the VBAR/VLINE overlay. In the NEEDLE/SERIES case, the VALUES option will be honored because the axis is continuous by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 19:39:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Incremental-value-in-SGPLOT-XAXIS/m-p/49217#M1666</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2012-02-08T19:39:04Z</dc:date>
    </item>
    <item>
      <title>Incremental value in SGPLOT/XAXIS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Incremental-value-in-SGPLOT-XAXIS/m-p/49218#M1667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Dear Dan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;I will try what you suggested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 19:41:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Incremental-value-in-SGPLOT-XAXIS/m-p/49218#M1667</guid>
      <dc:creator>bigbigben</dc:creator>
      <dc:date>2012-02-08T19:41:17Z</dc:date>
    </item>
    <item>
      <title>Incremental value in SGPLOT/XAXIS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Incremental-value-in-SGPLOT-XAXIS/m-p/49219#M1668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi, Dan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A follow up question: is there ways to only specify the incremental value without specifying the boundaries? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 20:21:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Incremental-value-in-SGPLOT-XAXIS/m-p/49219#M1668</guid>
      <dc:creator>bigbigben</dc:creator>
      <dc:date>2012-02-08T20:21:05Z</dc:date>
    </item>
    <item>
      <title>Incremental value in SGPLOT/XAXIS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Incremental-value-in-SGPLOT-XAXIS/m-p/49220#M1669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not currently, but can still work around that. Specify start and end values in the VALUES option that go beyond the typical limits of your data and specify the VALUESHINT option. The boolean option tells the proc to display tick values from the VALUES option only if they fall within the range of your data. All specified values outside of the data range are ignored. Be sure that the range specified by your start and end values are evenly divisible by your increment value for best results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 20:30:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Incremental-value-in-SGPLOT-XAXIS/m-p/49220#M1669</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2012-02-08T20:30:04Z</dc:date>
    </item>
    <item>
      <title>Incremental value in SGPLOT/XAXIS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Incremental-value-in-SGPLOT-XAXIS/m-p/49221#M1670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan: That is great! Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 20:32:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Incremental-value-in-SGPLOT-XAXIS/m-p/49221#M1670</guid>
      <dc:creator>bigbigben</dc:creator>
      <dc:date>2012-02-08T20:32:00Z</dc:date>
    </item>
  </channel>
</rss>

