<?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: Horizontal Reference Line with BOXPLOT in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Horizontal-Reference-Line-with-BOXPLOT/m-p/336341#M11675</link>
    <description>&lt;P&gt;Also, are you trying to use traditional graphics or ODS statistical graphics? The LVREF= option is not valid for ODS graphics. &amp;nbsp;If you want traditional graphics, put&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;ods graphics off;&lt;/P&gt;
&lt;P&gt;prior to the call to PROC BOXPLOT.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Feb 2017 21:04:37 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2017-02-27T21:04:37Z</dc:date>
    <item>
      <title>Horizontal Reference Line with BOXPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Horizontal-Reference-Line-with-BOXPLOT/m-p/336282#M11672</link>
      <description>&lt;P&gt;When using the vref = 0.0 and lvref = 2 options in SAS 9.4, the line type does not change. Is there another option I need to use. I tried several lvref values - same result - only a solid line.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 18:00:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Horizontal-Reference-Line-with-BOXPLOT/m-p/336282#M11672</guid>
      <dc:creator>Doug____</dc:creator>
      <dc:date>2017-02-27T18:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Horizontal Reference Line with BOXPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Horizontal-Reference-Line-with-BOXPLOT/m-p/336339#M11674</link>
      <description>&lt;P&gt;Are you talking about PROC BOXPLOT? Please post the&amp;nbsp;code that you are using.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 21:02:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Horizontal-Reference-Line-with-BOXPLOT/m-p/336339#M11674</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-02-27T21:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Horizontal Reference Line with BOXPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Horizontal-Reference-Line-with-BOXPLOT/m-p/336341#M11675</link>
      <description>&lt;P&gt;Also, are you trying to use traditional graphics or ODS statistical graphics? The LVREF= option is not valid for ODS graphics. &amp;nbsp;If you want traditional graphics, put&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;ods graphics off;&lt;/P&gt;
&lt;P&gt;prior to the call to PROC BOXPLOT.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 21:04:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Horizontal-Reference-Line-with-BOXPLOT/m-p/336341#M11675</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-02-27T21:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Horizontal Reference Line with BOXPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Horizontal-Reference-Line-with-BOXPLOT/m-p/336343#M11676</link>
      <description>&lt;P&gt;ODS Graphics - cannot use non-ods for my outputs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc boxplot data = xxx;&lt;BR /&gt;&amp;nbsp;plot aval*group1/vaxis= -0.6 to 1.0 by 0.2&amp;nbsp; boxstyle=schematic odstitle = none vref = 0 lvref = 3 ;&lt;BR /&gt;&amp;nbsp;label group1="Dataset";&lt;BR /&gt;&amp;nbsp;label aval="PARAMX, Mean ±1 SD"&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 21:07:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Horizontal-Reference-Line-with-BOXPLOT/m-p/336343#M11676</guid>
      <dc:creator>Doug____</dc:creator>
      <dc:date>2017-02-27T21:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Horizontal Reference Line with BOXPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Horizontal-Reference-Line-with-BOXPLOT/m-p/336348#M11677</link>
      <description>&lt;P&gt;As I said, you can't use the LVREF= option with ODS graphics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, you can create this box plot is PROC SGPLOT. The REFLINE statement give you complete control over line patterns, colors, and thickness&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.cars;
 vbox mpg_city / category=origin;
 refline 20 / lineattrs=(pattern=dot);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 21:17:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Horizontal-Reference-Line-with-BOXPLOT/m-p/336348#M11677</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-02-27T21:17:48Z</dc:date>
    </item>
  </channel>
</rss>

