<?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: GPLOT log axis scale in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/GPLOT-log-axis-scale/m-p/528069#M17680</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/24127"&gt;@Snehal&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I am using log axis along with&amp;nbsp;GPLOT by using axis statement options logbase=10 &amp;nbsp;logstyle=expand. I would like to control the Y scale displayed as 1 10 100 1000 10000. I am trying to use order=(1 10 100 1000 10000)&amp;nbsp;, but this is generating multiple warnings like below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;WARNING: The intervals on the axis labeled "Analysis Value" 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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I control the scale here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;update:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;order= worked.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The important question is "Did the graph get created as needed." Those warnings are exactly that, warnings. Sometimes people do not realize that default behavior for displayed tick marks will not have a uniform spacing. You get the exact same warning if using a date value and an order statement like order = ('01Jan2018'd to '01Dec2018'd by month) because months have different numbers of days and the ticks are not the same numeric interval apart.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With complete code such as the complete Axis, symbol and or pattern definitions and the Gplot code we might have other suggestions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Though with most of the enhancements coming in the SG graphics procedures plus the control available in the Graphics Template Language that part of base SAS now it may be time to consider changing procedures.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jan 2019 15:38:41 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2019-01-17T15:38:41Z</dc:date>
    <item>
      <title>GPLOT log axis scale</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GPLOT-log-axis-scale/m-p/527928#M17677</link>
      <description>&lt;P&gt;I am using log axis along with&amp;nbsp;GPLOT by using axis statement options logbase=10 &amp;nbsp;logstyle=expand. I would like to control the Y scale displayed as 1 10 100 1000 10000. I am trying to use order=(1 10 100 1000 10000)&amp;nbsp;, but this is generating multiple warnings like below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;WARNING: The intervals on the axis labeled "Analysis Value" 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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I control the scale here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;update:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;order= worked.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 10:28:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GPLOT-log-axis-scale/m-p/527928#M17677</guid>
      <dc:creator>Snehal</dc:creator>
      <dc:date>2019-01-17T10:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: GPLOT log axis scale</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GPLOT-log-axis-scale/m-p/527949#M17678</link>
      <description>&lt;P&gt;Are you restricted to using PROC GPLOT or is PROC SGPLOT acceptable?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 08:52:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GPLOT-log-axis-scale/m-p/527949#M17678</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-01-17T08:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: GPLOT log axis scale</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GPLOT-log-axis-scale/m-p/527977#M17679</link>
      <description>&lt;P&gt;GPLOT only, updating&amp;nbsp;existing code&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 10:27:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GPLOT-log-axis-scale/m-p/527977#M17679</guid>
      <dc:creator>Snehal</dc:creator>
      <dc:date>2019-01-17T10:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: GPLOT log axis scale</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GPLOT-log-axis-scale/m-p/528069#M17680</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/24127"&gt;@Snehal&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I am using log axis along with&amp;nbsp;GPLOT by using axis statement options logbase=10 &amp;nbsp;logstyle=expand. I would like to control the Y scale displayed as 1 10 100 1000 10000. I am trying to use order=(1 10 100 1000 10000)&amp;nbsp;, but this is generating multiple warnings like below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;WARNING: The intervals on the axis labeled "Analysis Value" 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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I control the scale here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;update:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;order= worked.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The important question is "Did the graph get created as needed." Those warnings are exactly that, warnings. Sometimes people do not realize that default behavior for displayed tick marks will not have a uniform spacing. You get the exact same warning if using a date value and an order statement like order = ('01Jan2018'd to '01Dec2018'd by month) because months have different numbers of days and the ticks are not the same numeric interval apart.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With complete code such as the complete Axis, symbol and or pattern definitions and the Gplot code we might have other suggestions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Though with most of the enhancements coming in the SG graphics procedures plus the control available in the Graphics Template Language that part of base SAS now it may be time to consider changing procedures.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 15:38:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GPLOT-log-axis-scale/m-p/528069#M17680</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-01-17T15:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: GPLOT log axis scale</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GPLOT-log-axis-scale/m-p/529653#M17698</link>
      <description>&lt;P&gt;order= worked&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 11:49:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GPLOT-log-axis-scale/m-p/529653#M17698</guid>
      <dc:creator>Snehal</dc:creator>
      <dc:date>2019-01-24T11:49:19Z</dc:date>
    </item>
  </channel>
</rss>

