<?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: box plot with whiskers to 1.5 IQR. in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/697003#M20701</link>
    <description>&lt;P&gt;Instead of using a HIGHLOW plot for the whiskers, use a SCATTER plot with Y error bars. Then, you can use CAPSCALE to control the size of the caps.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Nov 2020 21:51:44 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2020-11-05T21:51:44Z</dc:date>
    <item>
      <title>box plot with whiskers to 1.5 IQR.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696293#M20662</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have created the following plot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Manj_0-1604429273253.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51338iF70E3E44968888A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Manj_0-1604429273253.png" alt="Manj_0-1604429273253.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the code I have used is below:&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=&amp;amp;G_DDDATASETNAME noautolegend;&lt;BR /&gt;vbox meandos / group=cnsr groupdisplay=cluster&lt;BR /&gt;lineattrs=(pattern=1) whiskerattrs=(pattern=solid) meanattrs=(symbol=circlefilled) nooutliers medianattrs=(pattern=2) extreme ;&lt;BR /&gt;xaxis ;&lt;BR /&gt;yaxis values=(0 to 50 by 1) label ="label for Y axis";&lt;BR /&gt;format cnsr mace.;&lt;BR /&gt;keylegend / location=outside position=bottom across=1 title="";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now the issue im facing is to draw the whiskers to 1.5IQR. How do I achieve it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 15:00:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696293#M20662</guid>
      <dc:creator>Manj</dc:creator>
      <dc:date>2020-11-04T15:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: box plot with whiskers to 1.5 IQR.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696320#M20666</link>
      <description>&lt;P&gt;Data might be nice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you mean that you need a "whisker" that goes to 1.5 * IQR when there is actually not data in your data set that far out? By default the whiskers will go to 1.5 times the IQR (plus/minus) but caps at the extreme value encountered if there aren't outliers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 20:44:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696320#M20666</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-11-03T20:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: box plot with whiskers to 1.5 IQR.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696321#M20667</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/115109"&gt;@Manj&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe if you remove the &lt;STRONG&gt;extreme&lt;/STRONG&gt; and &lt;STRONG&gt;nooutlier&amp;nbsp;&lt;/STRONG&gt;options from your your VBOX plot statement, then you will get the boxplot that you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Kriss&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 20:55:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696321#M20667</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2020-11-03T20:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: box plot with whiskers to 1.5 IQR.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696323#M20668</link>
      <description>This isnt helping.</description>
      <pubDate>Tue, 03 Nov 2020 21:13:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696323#M20668</guid>
      <dc:creator>Manj</dc:creator>
      <dc:date>2020-11-03T21:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: box plot with whiskers to 1.5 IQR.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696324#M20669</link>
      <description>As &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt; mentioned, the Whiskers will go to 1.5 * the IQR range by default. I'm not sure why this isn't working, and it's difficult to diagnose without the data and/or plot/</description>
      <pubDate>Tue, 03 Nov 2020 21:18:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696324#M20669</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2020-11-03T21:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: box plot with whiskers to 1.5 IQR.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696325#M20670</link>
      <description>I have calculated the 1.5*IQR which doesnt match with this Whiskers.&lt;BR /&gt;&lt;BR /&gt;I see the in the below link that "The whiskers are drawn from the box to the most extreme point that is less than or equal to 1.5 times the IQR". So the Whisker length is not always uto 1.5 IQR is what I understand.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=grstatproc&amp;amp;docsetTarget=n1waawwbez01ppn15dn9ehmxzihf.htm&amp;amp;locale=en#p0w49h7u2t06cfn1mfzn8t003augb" target="_blank"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=grstatproc&amp;amp;docsetTarget=n1waawwbez01ppn15dn9ehmxzihf.htm&amp;amp;locale=en#p0w49h7u2t06cfn1mfzn8t003augb&lt;/A&gt;</description>
      <pubDate>Tue, 03 Nov 2020 21:20:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696325#M20670</guid>
      <dc:creator>Manj</dc:creator>
      <dc:date>2020-11-03T21:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: box plot with whiskers to 1.5 IQR.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696329#M20671</link>
      <description>&lt;P&gt;If you have computed the 1.5IQR, you can use that information to set an appropriate whisker value using the WHISKERPCT option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 21:25:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696329#M20671</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2020-11-03T21:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: box plot with whiskers to 1.5 IQR.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696333#M20672</link>
      <description>&lt;P&gt;Okay, that's interesting. So are the Whiskers that are produced my SAS smaller than yours? Perhaps, you could look into the WHISKERPCT option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A definite solution, is that because you have already calculated the necessary statistics, you could look into using GTL and BOXPLOTPARM statement.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 21:33:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696333#M20672</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2020-11-03T21:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: box plot with whiskers to 1.5 IQR.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696345#M20677</link>
      <description>Hello DanH_sas&lt;BR /&gt;May I know how? I see we can give the whiskerpct as 0,10,25 only .</description>
      <pubDate>Tue, 03 Nov 2020 21:59:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696345#M20677</guid>
      <dc:creator>Manj</dc:creator>
      <dc:date>2020-11-03T21:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: box plot with whiskers to 1.5 IQR.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696349#M20678</link>
      <description>&lt;P&gt;You can specify any value between 0 to 25. Here is the doc for the option:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=grstatproc&amp;amp;docsetTarget=n1waawwbez01ppn15dn9ehmxzihf.htm&amp;amp;locale=en#p0w49h7u2t06cfn1mfzn8t003augb" target="_blank"&gt;https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=grstatproc&amp;amp;docsetTarget=n1waawwbez01ppn15dn9ehmxzihf.htm&amp;amp;locale=en#p0w49h7u2t06cfn1mfzn8t003augb&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 22:04:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696349#M20678</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2020-11-03T22:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: box plot with whiskers to 1.5 IQR.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696351#M20679</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/115109"&gt;@Manj&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I have calculated the 1.5*IQR which doesnt match with this Whiskers.&lt;BR /&gt;&lt;BR /&gt;I see the in the below link that "The whiskers are drawn from the box to the most extreme point that is less than or equal to 1.5 times the IQR". So the Whisker length is not always uto 1.5 IQR is what I understand.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=grstatproc&amp;amp;docsetTarget=n1waawwbez01ppn15dn9ehmxzihf.htm&amp;amp;locale=en#p0w49h7u2t06cfn1mfzn8t003augb" target="_blank" rel="noopener"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=grstatproc&amp;amp;docsetTarget=n1waawwbez01ppn15dn9ehmxzihf.htm&amp;amp;locale=en#p0w49h7u2t06cfn1mfzn8t003augb&lt;/A&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So the answer to my question is: Yes, I want to draw line further out than the data actually exists within the 1.5 IQR.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first time I was introduced to Box-and-whisker plots the rule was the whiskers indicate the data, not the calculation. The purpose of a box-and-whisker is to show distribution of data in a concise form. If you draw a whisker further then you are implying that there is data there. Hence, fabricating data.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 22:09:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696351#M20679</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-11-03T22:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: box plot with whiskers to 1.5 IQR.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696469#M20690</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I see the doc sates whiskerpct . So if I calculate 1.5*IQR(say it is whis_iqr) , then can I give as whsketpct=whis_iqr ?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 12:33:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696469#M20690</guid>
      <dc:creator>Manj</dc:creator>
      <dc:date>2020-11-04T12:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: box plot with whiskers to 1.5 IQR.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696595#M20692</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/115109"&gt;@Manj&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;This isnt helping.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What "isn't helping"?&lt;/P&gt;
&lt;P&gt;Data.&lt;/P&gt;
&lt;P&gt;Data is good.&lt;/P&gt;
&lt;P&gt;If you don't want to provide any then use an existing SAS supplied data set. Such as&lt;/P&gt;
&lt;PRE&gt;proc sgplot data=sashelp.class noautolegend;
   vbox height / group=sex groupdisplay=cluster;
run;&lt;/PRE&gt;
&lt;P&gt;So, show us using the SASHELP.CLASS data, 1) how you calculated the 1.5 IQR and 2) what value(s) you want displayed on the graph for as generated above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will say if I am shown a graph with a whisker that does not have corresponding data in the source that I would be very upset when I found out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 17:03:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696595#M20692</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-11-04T17:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: box plot with whiskers to 1.5 IQR.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696681#M20693</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have calculated the IQR as p75-p25&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so the whisker ends will be p75+1.5 IQR and p25-1.5 IQR. But it doesnt seems to match with plots whisker ends.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried with the following code:&lt;/P&gt;&lt;PRE&gt;proc sgplot data=sashelp.class noautolegend;
   vbox height / group=sex groupdisplay=cluster;
run;&lt;/PRE&gt;</description>
      <pubDate>Wed, 04 Nov 2020 20:49:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696681#M20693</guid>
      <dc:creator>Manj</dc:creator>
      <dc:date>2020-11-04T20:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: box plot with whiskers to 1.5 IQR.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696976#M20695</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I have re-written my code as below to generate the boxplot. The problem i face now is (1) how to make the horizontal line within the box to dotted line? (2) how to increase the length of the 'caps' for the lines?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgplot data=dddata.aaa nocycleattrs;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;highlow x=cnsr high=iqr_plus low=p75 / group=cnsrtxt groupdisplay=cluster&lt;BR /&gt;clusterwidth=0.7 highcap=serif lineattrs=(pattern=1);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;highlow x=cnsr high=p75 low=median / group=cnsrtxt type=bar&lt;BR /&gt;groupdisplay=cluster grouporder=ascending clusterwidth=0.7&lt;BR /&gt;barwidth=0.7 name='a';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;highlow x=cnsr high=median low=p25 / group=cnsrtxt type=bar&lt;BR /&gt;groupdisplay=cluster grouporder=ascending clusterwidth=0.7&lt;BR /&gt;barwidth=0.7 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;highlow x=cnsr high=p25 low=iqr_neg / group=cnsrtxt groupdisplay=cluster&lt;BR /&gt;clusterwidth=0.7 lowcap=serif lineattrs=(pattern=1);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;scatter x=cnsr y=mean / group=cnsrtxt groupdisplay=cluster&lt;BR /&gt;grouporder=ascending clusterwidth=0.7 markerattrs=(size=9 symbol=circlefilled );&lt;/P&gt;&lt;P&gt;keylegend 'a' / location=outside position=bottom across=1 title="";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;xaxis display=none;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Manj_0-1604609575658.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51424i23E5D0B860F0DF00/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Manj_0-1604609575658.png" alt="Manj_0-1604609575658.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 20:56:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696976#M20695</guid>
      <dc:creator>Manj</dc:creator>
      <dc:date>2020-11-05T20:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: box plot with whiskers to 1.5 IQR.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696990#M20696</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/115109"&gt;@Manj&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can make the median line have a dotted line by using&amp;nbsp;&lt;SPAN&gt;lineattrs=(pattern=34).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What do you mean by increase the length of the caps. Do you mean the width of the caps or the thickness, or do you want the caps to go higher/lower on the y-axis?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 21:31:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696990#M20696</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2020-11-05T21:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: box plot with whiskers to 1.5 IQR.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696994#M20697</link>
      <description>&lt;P&gt;To change the median line pattern, use the MEDIANATTRS option:&lt;/P&gt;
&lt;P&gt;medianattrs=(pattern=dash)&lt;/P&gt;
&lt;P&gt;For the cap size, use the CAPSCALE option:&lt;/P&gt;
&lt;P&gt;capscale=1.5 /*for example */&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 21:38:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696994#M20697</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2020-11-05T21:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: box plot with whiskers to 1.5 IQR.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696995#M20698</link>
      <description>Hi&lt;BR /&gt;The median line is created by combining two boxes at median using highlow statements. Hence the line pattern isn’t working only for the median line .&lt;BR /&gt;&lt;BR /&gt;Regarding the ‘cap’ I meant increasing the width NOT the thickness&lt;BR /&gt;Tx</description>
      <pubDate>Thu, 05 Nov 2020 21:38:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696995#M20698</guid>
      <dc:creator>Manj</dc:creator>
      <dc:date>2020-11-05T21:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: box plot with whiskers to 1.5 IQR.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696996#M20699</link>
      <description>&lt;P&gt;Ignore what I posted. I thought you were still using box plots.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 21:41:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696996#M20699</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2020-11-05T21:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: box plot with whiskers to 1.5 IQR.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696998#M20700</link>
      <description>&lt;P&gt;You can use the NOOUTLINE option to remove the outline of the bars. And then use another HIGHLOW statement with TYPE=LINE to draw the median, and then you can set the median attribute. You can also use the HIGHLOW statement to increase the width of the caps.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 21:47:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/box-plot-with-whiskers-to-1-5-IQR/m-p/696998#M20700</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2020-11-05T21:47:53Z</dc:date>
    </item>
  </channel>
</rss>

