<?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: How to a average and outlier shapes differently in boxplot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-a-average-and-outlier-shapes-differently-in-boxplot/m-p/917540#M361422</link>
    <description>&lt;P&gt;Better post it at Graph Forum.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Graphics-Programming/bd-p/sas_graph" target="_blank"&gt; https://communities.sas.com/t5/Graphics-Programming/bd-p/sas_graph&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data = sashelp.heart ;
  vbox weight / category = bp_status group=status boxwidth=0.8  capshape=none 
MEANATTRS=(symbol=triangle )  OUTLIERATTRS=(symbol=circle) ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1708676745326.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/94038i881D3D2DFEB76BAE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1708676745326.png" alt="Ksharp_0-1708676745326.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Feb 2024 08:25:58 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2024-02-23T08:25:58Z</dc:date>
    <item>
      <title>How to a average and outlier shapes differently in boxplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-a-average-and-outlier-shapes-differently-in-boxplot/m-p/917537#M361421</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I want to set a average and outlier shapes differently in boxplot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For example, I want to make the average triangle and the outlier a circle.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Tell me where to put the phrases I made.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;proc sgplot data&lt;/FONT&gt; = a ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &lt;FONT color="#0000FF"&gt;vbox&lt;/FONT&gt; scr1 / &lt;FONT color="#0000FF"&gt;categoty&lt;/FONT&gt; = cl &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &lt;FONT color="#0000FF"&gt;group&lt;/FONT&gt;= cl &lt;FONT color="#0000FF"&gt;boxwidth&lt;/FONT&gt;=0.8&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;FONT color="#0000FF"&gt; capshape&lt;/FONT&gt;=none;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;axis color&lt;/FONT&gt; = black&lt;FONT color="#0000FF"&gt; width&lt;/FONT&gt;=20 ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;run;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Thank you for your attention!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 08:08:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-a-average-and-outlier-shapes-differently-in-boxplot/m-p/917537#M361421</guid>
      <dc:creator>daun_14</dc:creator>
      <dc:date>2024-02-23T08:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to a average and outlier shapes differently in boxplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-a-average-and-outlier-shapes-differently-in-boxplot/m-p/917540#M361422</link>
      <description>&lt;P&gt;Better post it at Graph Forum.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Graphics-Programming/bd-p/sas_graph" target="_blank"&gt; https://communities.sas.com/t5/Graphics-Programming/bd-p/sas_graph&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data = sashelp.heart ;
  vbox weight / category = bp_status group=status boxwidth=0.8  capshape=none 
MEANATTRS=(symbol=triangle )  OUTLIERATTRS=(symbol=circle) ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1708676745326.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/94038i881D3D2DFEB76BAE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1708676745326.png" alt="Ksharp_0-1708676745326.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 08:25:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-a-average-and-outlier-shapes-differently-in-boxplot/m-p/917540#M361422</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-02-23T08:25:58Z</dc:date>
    </item>
  </channel>
</rss>

