<?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: add more in the boxplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/add-more-in-the-boxplot/m-p/343870#M11934</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS 9.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;</description>
    <pubDate>Thu, 23 Mar 2017 20:47:31 GMT</pubDate>
    <dc:creator>echoli</dc:creator>
    <dc:date>2017-03-23T20:47:31Z</dc:date>
    <item>
      <title>add more in the boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/add-more-in-the-boxplot/m-p/343866#M11932</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to add P-value in the boxplot (in the rectangle) as shown below, add idea?? I use sgplot, here is my code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods html;&lt;BR /&gt;proc sgplot data=change_t;&lt;BR /&gt;vbox col1 / category = _name_ group = group&lt;BR /&gt;lineattrs=(pattern=solid) whiskerattrs=(pattern=solid);&lt;BR /&gt;xaxis display=(nolabel) type = discrete ;&lt;BR /&gt;yaxis grid;&lt;BR /&gt;keylegend / location = inside position = topright across = 2;&lt;BR /&gt;run;&lt;BR /&gt;ods html close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/7934iF274D731DE53E37D/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="boxplot.png" title="boxplot.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 20:41:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/add-more-in-the-boxplot/m-p/343866#M11932</guid>
      <dc:creator>echoli</dc:creator>
      <dc:date>2017-03-23T20:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: add more in the boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/add-more-in-the-boxplot/m-p/343867#M11933</link>
      <description>&lt;P&gt;What version of SAS are you using?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 20:45:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/add-more-in-the-boxplot/m-p/343867#M11933</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-03-23T20:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: add more in the boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/add-more-in-the-boxplot/m-p/343870#M11934</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS 9.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 20:47:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/add-more-in-the-boxplot/m-p/343870#M11934</guid>
      <dc:creator>echoli</dc:creator>
      <dc:date>2017-03-23T20:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: add more in the boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/add-more-in-the-boxplot/m-p/343875#M11935</link>
      <description>&lt;P&gt;Assuming you have these p-values in another dataset, you can match-merge them into the original data and use an XAXISTABLE to display them, either inside the axis area or below the axis (your rectangle area). Take a look at that approach and see if that gives you what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;BR /&gt;Dan&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 20:53:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/add-more-in-the-boxplot/m-p/343875#M11935</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-03-23T20:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: add more in the boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/add-more-in-the-boxplot/m-p/343939#M11938</link>
      <description>&lt;P&gt;There are many examples on Graphically Speaking:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2016/07/17/graph-table-with-class/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/2016/07/17/graph-table-with-class/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 02:43:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/add-more-in-the-boxplot/m-p/343939#M11938</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-03-24T02:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: add more in the boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/add-more-in-the-boxplot/m-p/344193#M11952</link>
      <description>&lt;P&gt;Thanks, it really helps!!&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 19:46:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/add-more-in-the-boxplot/m-p/344193#M11952</guid>
      <dc:creator>echoli</dc:creator>
      <dc:date>2017-03-24T19:46:24Z</dc:date>
    </item>
  </channel>
</rss>

