<?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: sgplot- how do I prevent reference lines from overlaying the box created with vbox? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-how-do-I-prevent-reference-lines-from-overlaying-the-box/m-p/923230#M24527</link>
    <description>&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Apr 2024 18:15:09 GMT</pubDate>
    <dc:creator>sasguy299</dc:creator>
    <dc:date>2024-04-05T18:15:09Z</dc:date>
    <item>
      <title>sgplot- how do I prevent reference lines from overlaying the box created with vbox?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-how-do-I-prevent-reference-lines-from-overlaying-the-box/m-p/923221#M24525</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attempting to use sgplot to generate a boxplot using vbox that also displays two horizontal reference lines across the page, but where the reference lines cross the box, I would like the lines to be invisible. Using my code (show below), the references lines are visible where they cross the box and I am not sure which options are available to allow me to hide the parts of the reference lines that occupy the same space as the box. I tried playing around with the "transparency" option in different places without success.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods listing gpath='C:\Output' image_dpi=600;&lt;BR /&gt;ods graphics on/reset=all border=off imagefmt=tiff imagename='My plot';&lt;BR /&gt;proc sgplot data=data_x;&lt;BR /&gt;vbox yvar/boxwidth=0.15 fill fillattrs=(color=white) meanattrs=(symbol=plus size=8) outlierattrs=(symbol=circle size=5);&lt;BR /&gt;refline 96 98/axis=y lineattrs=(pattern=20 color=black);&lt;BR /&gt;yaxis label="my label" labelattrs=(size=14) valueattrs=(size=13) minor minorcount=1;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;BR /&gt;ods graphics off;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 17:30:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-how-do-I-prevent-reference-lines-from-overlaying-the-box/m-p/923221#M24525</guid>
      <dc:creator>sasguy299</dc:creator>
      <dc:date>2024-04-05T17:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot- how do I prevent reference lines from overlaying the box created with vbox?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-how-do-I-prevent-reference-lines-from-overlaying-the-box/m-p/923223#M24526</link>
      <description>&lt;P&gt;Reference lines are like plots - the order in which they are specified is important. The first plot statement is drawn first, and the next one top of that. To fix your issue, specify the REFLINE statement before the VBOX.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 17:36:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-how-do-I-prevent-reference-lines-from-overlaying-the-box/m-p/923223#M24526</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2024-04-05T17:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot- how do I prevent reference lines from overlaying the box created with vbox?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-how-do-I-prevent-reference-lines-from-overlaying-the-box/m-p/923230#M24527</link>
      <description>&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 18:15:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-how-do-I-prevent-reference-lines-from-overlaying-the-box/m-p/923230#M24527</guid>
      <dc:creator>sasguy299</dc:creator>
      <dc:date>2024-04-05T18:15:09Z</dc:date>
    </item>
  </channel>
</rss>

