<?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: draws a horizontal line at the 0 value on the axis in boxplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/draws-a-horizontal-line-at-the-0-value-on-the-axis-in-boxplot/m-p/344773#M11992</link>
    <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Coule you give me more explanation please? Can I make 0 line as black. My boxplot graph already have the light grey lines.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/7972i1D125D2DD9B12961/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="boxplot.png" title="boxplot.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Mar 2017 20:16:39 GMT</pubDate>
    <dc:creator>echoli</dc:creator>
    <dc:date>2017-03-27T20:16:39Z</dc:date>
    <item>
      <title>draws a horizontal line at the 0 value on the axis in boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/draws-a-horizontal-line-at-the-0-value-on-the-axis-in-boxplot/m-p/344765#M11990</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I draw a horizontal line at 0 value on the axis to make the 0 line more clear?&lt;/P&gt;&lt;P&gt;here is my code:&lt;/P&gt;&lt;P&gt;proc sgplot data=boxplot_BASILAR_VOL;&lt;BR /&gt;vbox BASILAR_VOL / category = group group = group&lt;BR /&gt;lineattrs=(pattern=solid) whiskerattrs=(pattern=solid);&lt;BR /&gt;xaxis display=(nolabel) type = discrete labelattrs = (size = 15pt Weight = Bold) valueattrs = (size = 20pt);&lt;BR /&gt;yaxis grid labelattrs = (size = 20pt Weight = Bold) valueattrs = (size = 15pt);&lt;BR /&gt;keylegend / location = inside position = topright across = 1;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 20:06:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/draws-a-horizontal-line-at-the-0-value-on-the-axis-in-boxplot/m-p/344765#M11990</guid>
      <dc:creator>echoli</dc:creator>
      <dc:date>2017-03-27T20:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: draws a horizontal line at the 0 value on the axis in boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/draws-a-horizontal-line-at-the-0-value-on-the-axis-in-boxplot/m-p/344767#M11991</link>
      <description>&lt;P&gt;Add an HREF line with the properties you want?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another option is to change the lines to be light grey except for the 0 line.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 20:08:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/draws-a-horizontal-line-at-the-0-value-on-the-axis-in-boxplot/m-p/344767#M11991</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-03-27T20:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: draws a horizontal line at the 0 value on the axis in boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/draws-a-horizontal-line-at-the-0-value-on-the-axis-in-boxplot/m-p/344773#M11992</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Coule you give me more explanation please? Can I make 0 line as black. My boxplot graph already have the light grey lines.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/7972i1D125D2DD9B12961/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="boxplot.png" title="boxplot.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 20:16:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/draws-a-horizontal-line-at-the-0-value-on-the-axis-in-boxplot/m-p/344773#M11992</guid>
      <dc:creator>echoli</dc:creator>
      <dc:date>2017-03-27T20:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: draws a horizontal line at the 0 value on the axis in boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/draws-a-horizontal-line-at-the-0-value-on-the-axis-in-boxplot/m-p/344781#M11993</link>
      <description>&lt;P&gt;Sorry, it's REFLINE not HREF, you may want to play around with the THICKNESS option.&lt;/P&gt;
&lt;P&gt;I can't test it because you're referencing your data. It's preferable to use code that references a dataset in SASHELP then we can test code as we suggest it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;refline 0 / axis = y LINEATTRS=(Color=black thickness=10);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Mar 2017 20:24:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/draws-a-horizontal-line-at-the-0-value-on-the-axis-in-boxplot/m-p/344781#M11993</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-03-27T20:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: draws a horizontal line at the 0 value on the axis in boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/draws-a-horizontal-line-at-the-0-value-on-the-axis-in-boxplot/m-p/344784#M11994</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, that's helpful!!!&lt;/P&gt;&lt;P&gt;Thanks so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 20:27:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/draws-a-horizontal-line-at-the-0-value-on-the-axis-in-boxplot/m-p/344784#M11994</guid>
      <dc:creator>echoli</dc:creator>
      <dc:date>2017-03-27T20:27:01Z</dc:date>
    </item>
  </channel>
</rss>

