<?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: Proc sgplot/Tickvalueformat problem in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Proc-sgplot-Tickvalueformat-problem/m-p/214928#M8022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jul 2015 18:37:43 GMT</pubDate>
    <dc:creator>Greek</dc:creator>
    <dc:date>2015-07-31T18:37:43Z</dc:date>
    <item>
      <title>Proc sgplot/Tickvalueformat problem</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-sgplot-Tickvalueformat-problem/m-p/214926#M8020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to figure out why isn't the option "tickvalueformat" working. I modified my code for your convenience by adding a step with datalines. It should run without you having to do anything. I get numbers 3-7 in the xaxis instead of the months March-July...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know what's wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data vbar;&lt;/P&gt;&lt;P&gt;length combined $30;&lt;/P&gt;&lt;P&gt;input month $ month_numeric combined $ Hours @@; &lt;/P&gt;&lt;P&gt;datalines; &lt;/P&gt;&lt;P&gt;March&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp; compensation&amp;nbsp;&amp;nbsp;&amp;nbsp; 148.9&lt;/P&gt;&lt;P&gt;March&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp; projects&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 31.1&lt;/P&gt;&lt;P&gt;April&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp; compensation&amp;nbsp;&amp;nbsp;&amp;nbsp; 148.5&lt;/P&gt;&lt;P&gt;April&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp; projects&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 36.5&lt;/P&gt;&lt;P&gt;May&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&amp;nbsp;&amp;nbsp;&amp;nbsp; compensation&amp;nbsp;&amp;nbsp;&amp;nbsp; 114.9&lt;/P&gt;&lt;P&gt;May&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&amp;nbsp;&amp;nbsp;&amp;nbsp; projects&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50.3&lt;/P&gt;&lt;P&gt;June&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&amp;nbsp;&amp;nbsp;&amp;nbsp; compensation&amp;nbsp;&amp;nbsp;&amp;nbsp; 73.7&lt;/P&gt;&lt;P&gt;June&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&amp;nbsp;&amp;nbsp;&amp;nbsp; projects&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 113.4&lt;/P&gt;&lt;P&gt;July&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&amp;nbsp;&amp;nbsp;&amp;nbsp; compensation&amp;nbsp;&amp;nbsp;&amp;nbsp; 102.3&lt;/P&gt;&lt;P&gt;July&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&amp;nbsp;&amp;nbsp;&amp;nbsp; projects&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 73.8&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format;&lt;/P&gt;&lt;P&gt;value monthly&lt;/P&gt;&lt;P&gt;3='March'&lt;/P&gt;&lt;P&gt;4='April'&lt;/P&gt;&lt;P&gt;5='May'&lt;/P&gt;&lt;P&gt;6='June'&lt;/P&gt;&lt;P&gt;7='July'&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=vbar;&lt;/P&gt;&lt;P&gt;vbar month_numeric/response=hours group=combined groupdisplay=cluster;&lt;/P&gt;&lt;P&gt;xaxis tickvalueformat=monthly;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 15:41:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-sgplot-Tickvalueformat-problem/m-p/214926#M8020</guid>
      <dc:creator>Greek</dc:creator>
      <dc:date>2015-07-31T15:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc sgplot/Tickvalueformat problem</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-sgplot-Tickvalueformat-problem/m-p/214927#M8021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do it this way, and it will work for you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc sgplot data=vbar;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;format month_numeric monthly.;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;vbar month_numeric/response=hours group=combined groupdisplay=cluster;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 17:10:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-sgplot-Tickvalueformat-problem/m-p/214927#M8021</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2015-07-31T17:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Proc sgplot/Tickvalueformat problem</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-sgplot-Tickvalueformat-problem/m-p/214928#M8022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 18:37:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-sgplot-Tickvalueformat-problem/m-p/214928#M8022</guid>
      <dc:creator>Greek</dc:creator>
      <dc:date>2015-07-31T18:37:43Z</dc:date>
    </item>
  </channel>
</rss>

