<?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 Gplot - groups too far apart and very close to border in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Gplot-groups-too-far-apart-and-very-close-to-border/m-p/20189#M483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;It would be great if someone could help me figure this out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the following code:&lt;/P&gt;&lt;P&gt;proc gplot;&lt;/P&gt;&lt;P&gt;plot x*y=z;&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;The "y" variable is categorical with 2 categories and the 2 categories are on 2 ends of the xaxis, very, very close to the vertical borders of the plot. How can I move the categories to the middle so that there is some empty space between the category and the border/y axis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2011 21:30:24 GMT</pubDate>
    <dc:creator>SAS_User</dc:creator>
    <dc:date>2011-09-29T21:30:24Z</dc:date>
    <item>
      <title>Gplot - groups too far apart and very close to border</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Gplot-groups-too-far-apart-and-very-close-to-border/m-p/20189#M483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;It would be great if someone could help me figure this out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the following code:&lt;/P&gt;&lt;P&gt;proc gplot;&lt;/P&gt;&lt;P&gt;plot x*y=z;&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;The "y" variable is categorical with 2 categories and the 2 categories are on 2 ends of the xaxis, very, very close to the vertical borders of the plot. How can I move the categories to the middle so that there is some empty space between the category and the border/y axis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 21:30:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Gplot-groups-too-far-apart-and-very-close-to-border/m-p/20189#M483</guid>
      <dc:creator>SAS_User</dc:creator>
      <dc:date>2011-09-29T21:30:24Z</dc:date>
    </item>
    <item>
      <title>Gplot - groups too far apart and very close to border</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Gplot-groups-too-far-apart-and-very-close-to-border/m-p/20190#M484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; One way would be to use the 'offset' option in an axis statement, to add some offset to the left &amp;amp; right...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data foo;&lt;BR /&gt;input y $1 x z;&lt;BR /&gt;datalines;&lt;BR /&gt;A 3.6 1&lt;BR /&gt;B 2.8 2&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;axis1 offset=(30,30);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gplot;&lt;BR /&gt;plot x*y=z / haxis=axis1;&lt;BR /&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 12:05:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Gplot-groups-too-far-apart-and-very-close-to-border/m-p/20190#M484</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2011-09-30T12:05:21Z</dc:date>
    </item>
  </channel>
</rss>

