<?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 Suppress WARNING: The intervals on the axis labeled x are not evenly spaced. in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Suppress-WARNING-The-intervals-on-the-axis-labeled-x-are-not/m-p/194265#M7182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is with regard to the warning i mentioned in the subject line. when i execute the following code a simple gplot , i get it and i am not sure of the ways to suppress it or avoid. could you please advise. I am using the gplot procedure in sas 9.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;input x y;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;0 10&lt;/P&gt;&lt;P&gt;0.125 20&lt;/P&gt;&lt;P&gt;0.5 30&lt;/P&gt;&lt;P&gt;2 40&lt;/P&gt;&lt;P&gt;4 50&lt;/P&gt;&lt;P&gt;16 60&lt;/P&gt;&lt;P&gt;64 70&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;axis1 order = (0 ,0.125 ,0.5,2,4,16,64);&lt;/P&gt;&lt;P&gt;proc gplot;&lt;/P&gt;&lt;P&gt;plot y*x / haxis = axis1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: The intervals on the axis labeled x are not evenly spaced.&lt;/P&gt;&lt;P&gt;WARNING: No minor tick marks will be drawn because major tick increments have been specified in uneven or unordered intervals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i checked the sas community pages and tried few alternatives like using the formats, however by this&amp;nbsp; approach, i am successful in suppressing the format, but the x axis appearance changes. like the gap between the each axis point is wide. I want to make the axis gaps equal as well as suppress the warning. could you please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format fmtlib;&lt;/P&gt;&lt;P&gt;value vfmt 0 ,0.125 ,0.5,2,4,16,64=[2.]&lt;/P&gt;&lt;P&gt;other=' ';&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;axis1 order = (0 to 64 by 0.5) ;&lt;/P&gt;&lt;P&gt;proc gplot;&lt;/P&gt;&lt;P&gt;plot y*x=1 / haxis = axis1;&lt;/P&gt;&lt;P&gt;format x&amp;nbsp; vfmt.;&lt;/P&gt;&lt;P&gt;run;&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>Wed, 04 Mar 2015 17:37:58 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2015-03-04T17:37:58Z</dc:date>
    <item>
      <title>Suppress WARNING: The intervals on the axis labeled x are not evenly spaced.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Suppress-WARNING-The-intervals-on-the-axis-labeled-x-are-not/m-p/194265#M7182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is with regard to the warning i mentioned in the subject line. when i execute the following code a simple gplot , i get it and i am not sure of the ways to suppress it or avoid. could you please advise. I am using the gplot procedure in sas 9.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;input x y;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;0 10&lt;/P&gt;&lt;P&gt;0.125 20&lt;/P&gt;&lt;P&gt;0.5 30&lt;/P&gt;&lt;P&gt;2 40&lt;/P&gt;&lt;P&gt;4 50&lt;/P&gt;&lt;P&gt;16 60&lt;/P&gt;&lt;P&gt;64 70&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;axis1 order = (0 ,0.125 ,0.5,2,4,16,64);&lt;/P&gt;&lt;P&gt;proc gplot;&lt;/P&gt;&lt;P&gt;plot y*x / haxis = axis1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: The intervals on the axis labeled x are not evenly spaced.&lt;/P&gt;&lt;P&gt;WARNING: No minor tick marks will be drawn because major tick increments have been specified in uneven or unordered intervals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i checked the sas community pages and tried few alternatives like using the formats, however by this&amp;nbsp; approach, i am successful in suppressing the format, but the x axis appearance changes. like the gap between the each axis point is wide. I want to make the axis gaps equal as well as suppress the warning. could you please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format fmtlib;&lt;/P&gt;&lt;P&gt;value vfmt 0 ,0.125 ,0.5,2,4,16,64=[2.]&lt;/P&gt;&lt;P&gt;other=' ';&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;axis1 order = (0 to 64 by 0.5) ;&lt;/P&gt;&lt;P&gt;proc gplot;&lt;/P&gt;&lt;P&gt;plot y*x=1 / haxis = axis1;&lt;/P&gt;&lt;P&gt;format x&amp;nbsp; vfmt.;&lt;/P&gt;&lt;P&gt;run;&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>Wed, 04 Mar 2015 17:37:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Suppress-WARNING-The-intervals-on-the-axis-labeled-x-are-not/m-p/194265#M7182</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2015-03-04T17:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress WARNING: The intervals on the axis labeled x are not evenly spaced.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Suppress-WARNING-The-intervals-on-the-axis-labeled-x-are-not/m-p/194266#M7183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you goal is to have the tick marks evenly spaced, convert the numeric column into a string column in a data step and plot the string column instead.&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, 04 Mar 2015 18:03:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Suppress-WARNING-The-intervals-on-the-axis-labeled-x-are-not/m-p/194266#M7183</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2015-03-04T18:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress WARNING: The intervals on the axis labeled x are not evenly spaced.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Suppress-WARNING-The-intervals-on-the-axis-labeled-x-are-not/m-p/542694#M17897</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also having the same issue, tried string conversion but didnt worked.&lt;/P&gt;&lt;P&gt;Is there any other way to suppress this warning&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhilash&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 09:33:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Suppress-WARNING-The-intervals-on-the-axis-labeled-x-are-not/m-p/542694#M17897</guid>
      <dc:creator>abhilashr</dc:creator>
      <dc:date>2019-03-13T09:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress WARNING: The intervals on the axis labeled x are not evenly spaced.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Suppress-WARNING-The-intervals-on-the-axis-labeled-x-are-not/m-p/542802#M17899</link>
      <description>&lt;P&gt;I would need to see your program to know about your particular situation.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 14:28:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Suppress-WARNING-The-intervals-on-the-axis-labeled-x-are-not/m-p/542802#M17899</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2019-03-13T14:28:24Z</dc:date>
    </item>
  </channel>
</rss>

