<?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: SAS GRAPH GTL in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-GTL/m-p/209797#M7827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might help to show a few more details.&lt;/P&gt;&lt;P&gt;What format is associated with your x axis variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2015 23:22:18 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2015-05-05T23:22:18Z</dc:date>
    <item>
      <title>SAS GRAPH GTL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-GTL/m-p/209796#M7826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.1999998092651px; background-color: #ffffff;"&gt;Hello All&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.1999998092651px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.1999998092651px; background-color: #ffffff;"&gt;How to forcefully display the tickvalues in SAS GTL!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #212121; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.1999998092651px; background-color: #ffffff;"&gt;Im using the following&amp;nbsp; code but it only displays the following&lt;/P&gt;&lt;P style="color: #212121; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.1999998092651px; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #212121; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13.1999998092651px; background-color: #ffffff;"&gt;2 3 6 10 24&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;xaxisopts=(offsetmin=0.05 offsetmax=0.05 label='Nominal Sampling Time (Hour)' type=linear&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; linearopts=(viewmax=25 tickvaluelist=(0 0.25 0.5 1 1.5 2 2.5 3 4 6 8 10 12 24) tickvalueformat=display.)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 22:49:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-GTL/m-p/209796#M7826</guid>
      <dc:creator>SASSLICK001</dc:creator>
      <dc:date>2015-05-05T22:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS GRAPH GTL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-GTL/m-p/209797#M7827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might help to show a few more details.&lt;/P&gt;&lt;P&gt;What format is associated with your x axis variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 23:22:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-GTL/m-p/209797#M7827</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-05-05T23:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS GRAPH GTL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-GTL/m-p/209798#M7828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc format;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; value display&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'PD' &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 0.25 = '0.25'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.5&amp;nbsp; = '0.5'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; = '1'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 1.5&amp;nbsp; = '1.5'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; = '2'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 2.5&amp;nbsp; = '2.5'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp; = '3'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp; = '4'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 6&amp;nbsp;&amp;nbsp;&amp;nbsp; = '6'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 8&amp;nbsp;&amp;nbsp;&amp;nbsp; = '8'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp; = '10'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 12&amp;nbsp;&amp;nbsp;&amp;nbsp; = '12'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 24&amp;nbsp;&amp;nbsp;&amp;nbsp; = '24'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 00:17:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-GTL/m-p/209798#M7828</guid>
      <dc:creator>SASSLICK001</dc:creator>
      <dc:date>2015-05-06T00:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS GRAPH GTL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-GTL/m-p/209799#M7829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Ballardw. To give an exact answer, we would need to know things like your SAS version, what plot types are you using, and is there any TYPE set on the axis. The answer will probably come down to specifying TICKVALUEFITPOLICY=NONE in either the LINEAROPTS or the DSICRETEOPTS, depending on some of the factors mentioned. Other fit policies such as STAGGER might also be useful in this case.&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, 06 May 2015 04:21:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-GTL/m-p/209799#M7829</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2015-05-06T04:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS GRAPH GTL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-GTL/m-p/209800#M7830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan &lt;/P&gt;&lt;P&gt;Type is set linear, I am using SAS 9.3 version! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2015 00:40:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-GTL/m-p/209800#M7830</guid>
      <dc:creator>SASSLICK001</dc:creator>
      <dc:date>2015-05-09T00:40:56Z</dc:date>
    </item>
  </channel>
</rss>

