<?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: Axis starting at more than zero. in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Axis-starting-at-more-than-zero/m-p/57224#M1938</link>
    <description>OFFSET worked! Thanks!&lt;BR /&gt;
&lt;BR /&gt;
Jeff</description>
    <pubDate>Wed, 27 Apr 2011 13:10:53 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2011-04-27T13:10:53Z</dc:date>
    <item>
      <title>Axis starting at more than zero.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Axis-starting-at-more-than-zero/m-p/57220#M1934</link>
      <description>I'm using GPlot to create two plots. I'd like the graph to start above the (0,0) origin. For example, instead of the vertical axis running from 0 to 100, I'd like it to run only from 50 to 100. Is there a way to do this? Thanks!&lt;BR /&gt;
&lt;BR /&gt;
Jeff</description>
      <pubDate>Tue, 26 Apr 2011 19:49:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Axis-starting-at-more-than-zero/m-p/57220#M1934</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-04-26T19:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Axis starting at more than zero.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Axis-starting-at-more-than-zero/m-p/57221#M1935</link>
      <description>You can use an axis statement with gplot, to specify the exact range you want.&lt;BR /&gt;
&lt;BR /&gt;
(Be careful - you might hard-code a range that's smaller than your data!)&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
axis1 order=(70 to 120 by 10);&lt;BR /&gt;
&lt;BR /&gt;
proc gplot data=sashelp.class;&lt;BR /&gt;
plot weight*height / vaxis=axis1;&lt;BR /&gt;
run;</description>
      <pubDate>Tue, 26 Apr 2011 20:14:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Axis-starting-at-more-than-zero/m-p/57221#M1935</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2011-04-26T20:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Axis starting at more than zero.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Axis-starting-at-more-than-zero/m-p/57222#M1936</link>
      <description>Here's the code for one of my axes.&lt;BR /&gt;
&lt;BR /&gt;
      axis3 value=(color=black font="Helvetica" height=7pt) &lt;BR /&gt;
               label = none&lt;BR /&gt;
               order=(.1 1 10 100 1000)&lt;BR /&gt;
               logbase=10&lt;BR /&gt;
               logstyle=expand&lt;BR /&gt;
               major=none&lt;BR /&gt;
               minor=none;&lt;BR /&gt;
&lt;BR /&gt;
What I'm getting is the .1 line is above the y axis instead of in the same place. Is there a way for the Y axis to be the .1 line?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
Jeff</description>
      <pubDate>Tue, 26 Apr 2011 20:22:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Axis-starting-at-more-than-zero/m-p/57222#M1936</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-04-26T20:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Axis starting at more than zero.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Axis-starting-at-more-than-zero/m-p/57223#M1937</link>
      <description>Try using offset=(0,) to see if you get what you want. You may get bleed-over of your markers on the axis, though.&lt;BR /&gt;
&lt;BR /&gt;
Dan</description>
      <pubDate>Tue, 26 Apr 2011 20:27:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Axis-starting-at-more-than-zero/m-p/57223#M1937</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2011-04-26T20:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Axis starting at more than zero.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Axis-starting-at-more-than-zero/m-p/57224#M1938</link>
      <description>OFFSET worked! Thanks!&lt;BR /&gt;
&lt;BR /&gt;
Jeff</description>
      <pubDate>Wed, 27 Apr 2011 13:10:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Axis-starting-at-more-than-zero/m-p/57224#M1938</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-04-27T13:10:53Z</dc:date>
    </item>
  </channel>
</rss>

