<?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 SGPLOT overlaying plots is causing extra spacing between axes in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-overlaying-plots-is-causing-extra-spacing-between-axes/m-p/483173#M16665</link>
    <description>&lt;P&gt;I am overlaying some plots (vbar and 2 scatters) on an sgplot statement but each overlay adds extra space between the 0 mark on the y axis and my x axis. How can I prevent this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgplot data=dat noautolegend noborder;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;vbarparm category=sex response=median;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;scatter x=sex y=median/ yerrorupper=quartile3 markerattrs=(size=0);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;scatter x=sex y=mylabel / markerattrs=(symbol=asterisk);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;yaxis values=(0 to 100 by 10);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;xaxis display=(nolabel) valueattrs=(size=12pt);&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Aug 2018 19:27:55 GMT</pubDate>
    <dc:creator>Melk</dc:creator>
    <dc:date>2018-08-01T19:27:55Z</dc:date>
    <item>
      <title>SGPLOT overlaying plots is causing extra spacing between axes</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-overlaying-plots-is-causing-extra-spacing-between-axes/m-p/483173#M16665</link>
      <description>&lt;P&gt;I am overlaying some plots (vbar and 2 scatters) on an sgplot statement but each overlay adds extra space between the 0 mark on the y axis and my x axis. How can I prevent this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgplot data=dat noautolegend noborder;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;vbarparm category=sex response=median;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;scatter x=sex y=median/ yerrorupper=quartile3 markerattrs=(size=0);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;scatter x=sex y=mylabel / markerattrs=(symbol=asterisk);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;yaxis values=(0 to 100 by 10);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;xaxis display=(nolabel) valueattrs=(size=12pt);&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 19:27:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-overlaying-plots-is-causing-extra-spacing-between-axes/m-p/483173#M16665</guid>
      <dc:creator>Melk</dc:creator>
      <dc:date>2018-08-01T19:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT overlaying plots is causing extra spacing between axes</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-overlaying-plots-is-causing-extra-spacing-between-axes/m-p/483175#M16666</link>
      <description>&lt;P&gt;Can you show us a screen dump of what you mean?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 19:30:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-overlaying-plots-is-causing-extra-spacing-between-axes/m-p/483175#M16666</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-08-01T19:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT overlaying plots is causing extra spacing between axes</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-overlaying-plots-is-causing-extra-spacing-between-axes/m-p/483178#M16667</link>
      <description>&lt;P&gt;yaxis offsetmin=0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Each plot type requests the preferred offset it needs.&amp;nbsp; Scatter plot wants preferred offset of the size of the marker.&amp;nbsp; So, adding a scatter layer will increase offsets by the size of the marker.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 19:32:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-overlaying-plots-is-causing-extra-spacing-between-axes/m-p/483178#M16667</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2018-08-01T19:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT overlaying plots is causing extra spacing between axes</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-overlaying-plots-is-causing-extra-spacing-between-axes/m-p/483185#M16668</link>
      <description>worked beautifully, thanks!</description>
      <pubDate>Wed, 01 Aug 2018 19:55:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-overlaying-plots-is-causing-extra-spacing-between-axes/m-p/483185#M16668</guid>
      <dc:creator>Melk</dc:creator>
      <dc:date>2018-08-01T19:55:53Z</dc:date>
    </item>
  </channel>
</rss>

