<?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: WARNING: Order value specified in the AXIS statement does not match a midpoint value. in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/WARNING-Order-value-specified-in-the-AXIS-statement-does-not/m-p/212212#M7918</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Per your suggestion i tried the following but still the warning is coming&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;legend1 across=1 mode=protect position=(TOP RIGHT OUTSIDE) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;axis1 label=("Count" ) order=(0 to 4 by 1) minor=none; &lt;/P&gt;&lt;P&gt;axis2 label=("Treatment") minor=none ;&lt;/P&gt;&lt;P&gt;axis3 label=( "Days") order=(1 to 7 by 1) minor=none ;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gchart data=have; &lt;/P&gt;&lt;P&gt;by disease; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; vbar treat / group=days&amp;nbsp; subgroup=grade midpoints=(1 2 )&amp;nbsp; raxis=axis1&lt;/P&gt;&lt;P&gt;maxis=axis2 &lt;/P&gt;&lt;P&gt;gaxis=axis3 lref=0 cref=cyan wref=5 discrete&amp;nbsp; space=0.5 noframe legend=legend1 width=2.5; &lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Mar 2015 06:55:11 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2015-03-29T06:55:11Z</dc:date>
    <item>
      <title>WARNING: Order value specified in the AXIS statement does not match a midpoint value.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/WARNING-Order-value-specified-in-the-AXIS-statement-does-not/m-p/212210#M7916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to generate the bar chart by using the below code in sas 9.2 version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input disease$ days treat grade;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;fever 4 2 2&lt;/P&gt;&lt;P&gt;fever 1 2 1&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;legend1 across=1 mode=protect position=(TOP RIGHT OUTSIDE) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;axis1 label=("Count" ) order=(0 to 4 by 1) minor=none;&lt;/P&gt;&lt;P&gt;axis2 label=("Treatment") order=(1,2) minor=none ;&lt;/P&gt;&lt;P&gt;axis3 label=( "Days") order=(1 to 7 by 1) minor=none ; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gchart data=have;&lt;/P&gt;&lt;P&gt;by disease;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; vbar treat / group=days&amp;nbsp; subgroup=grade midpoints=(1 2 )&amp;nbsp; raxis=axis1&lt;/P&gt;&lt;P&gt;maxis=axis2&lt;/P&gt;&lt;P&gt;gaxis=axis3 discrete&amp;nbsp; space=0.5 noframe legend=legend1 width=2.5;&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="9809" alt="" class="jiveImage" src="https://communities.sas.com/legacyfs/online/9809_pastedImage_0.png" style="width: 766px; height: 372px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem here is i am getting a&lt;/P&gt;&lt;P&gt;WARNING: Order value specified in the AXIS statement does not match a midpoint value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is related to the gaxis=axis3, as i want to display the dummy days as well. so could you&amp;nbsp; please suggest required changes to the code and avoid the warning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Mar 2015 01:31:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/WARNING-Order-value-specified-in-the-AXIS-statement-does-not/m-p/212210#M7916</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2015-03-29T01:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Order value specified in the AXIS statement does not match a midpoint value.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/WARNING-Order-value-specified-in-the-AXIS-statement-does-not/m-p/212211#M7917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe the warning is not coming from the ORDER on the axis3 statement (the group axis), but from the ORDER on the axis2 statement (midpoint axis). I think if you just remove the ORDER from that statement, the MIDPOINT option on the VBAR statement will give you what you want. Let me know if that does not work for you. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Mar 2015 03:47:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/WARNING-Order-value-specified-in-the-AXIS-statement-does-not/m-p/212211#M7917</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2015-03-29T03:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Order value specified in the AXIS statement does not match a midpoint value.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/WARNING-Order-value-specified-in-the-AXIS-statement-does-not/m-p/212212#M7918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Per your suggestion i tried the following but still the warning is coming&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;legend1 across=1 mode=protect position=(TOP RIGHT OUTSIDE) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;axis1 label=("Count" ) order=(0 to 4 by 1) minor=none; &lt;/P&gt;&lt;P&gt;axis2 label=("Treatment") minor=none ;&lt;/P&gt;&lt;P&gt;axis3 label=( "Days") order=(1 to 7 by 1) minor=none ;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gchart data=have; &lt;/P&gt;&lt;P&gt;by disease; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; vbar treat / group=days&amp;nbsp; subgroup=grade midpoints=(1 2 )&amp;nbsp; raxis=axis1&lt;/P&gt;&lt;P&gt;maxis=axis2 &lt;/P&gt;&lt;P&gt;gaxis=axis3 lref=0 cref=cyan wref=5 discrete&amp;nbsp; space=0.5 noframe legend=legend1 width=2.5; &lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Mar 2015 06:55:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/WARNING-Order-value-specified-in-the-AXIS-statement-does-not/m-p/212212#M7918</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2015-03-29T06:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Order value specified in the AXIS statement does not match a midpoint value.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/WARNING-Order-value-specified-in-the-AXIS-statement-does-not/m-p/212213#M7919</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;Could you please let me know if there is any alternative approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 15:22:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/WARNING-Order-value-specified-in-the-AXIS-statement-does-not/m-p/212213#M7919</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2015-03-30T15:22:49Z</dc:date>
    </item>
  </channel>
</rss>

