<?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: 3 way Venn diagram in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248048#M9007</link>
    <description>&lt;P&gt;I published an article on the 2-way proportional Euler diagram last year. &amp;nbsp;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/?s=euler+diagram" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/?s=euler+diagram&lt;/A&gt;&amp;nbsp; Clearly the 3-way case is harder, but maybe you can get some ideas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Feb 2016 17:48:23 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2016-02-04T17:48:23Z</dc:date>
    <item>
      <title>3 way Venn diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248018#M8998</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to build a 3 way Venn diagram visualising the data below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; min&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; max&amp;nbsp; avg&lt;/P&gt;&lt;P&gt;Good&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;49&amp;nbsp;&amp;nbsp;&amp;nbsp; 25&lt;/P&gt;&lt;P&gt;Bad&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 41&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&lt;/P&gt;&lt;P&gt;Intermediate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;46&amp;nbsp;&amp;nbsp;&amp;nbsp; 49&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have sourced&amp;nbsp;a macro&amp;nbsp;via Google and does not seem provide a solution to my issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Macro Call&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;%macro&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt; venn(&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;data =summary_exp6&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;,venn_diagram = &lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;3&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;,cutoff = &amp;lt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0.3&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;,Good = Treatment A&lt;/P&gt;&lt;P&gt;,Bad = Treatment B&lt;/P&gt;&lt;P&gt;,Intermediate&amp;nbsp;&amp;nbsp;= Treatment C&lt;/P&gt;&lt;P&gt;,out_location = H:\SAS Projects&lt;/P&gt;&lt;P&gt;,outputfilename = Venn diagram&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp;The macro above (according to my limited SAS knowledge) will not alone create the output which&amp;nbsp;I require.&amp;nbsp; I would be gratetful of any&amp;nbsp;help resolving this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 15:54:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248018#M8998</guid>
      <dc:creator>Adnan1</dc:creator>
      <dc:date>2016-02-04T15:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: 3 way Venn diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248021#M8999</link>
      <description>Where's the rest of the macro?</description>
      <pubDate>Thu, 04 Feb 2016 15:58:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248021#M8999</guid>
      <dc:creator>DanZ</dc:creator>
      <dc:date>2016-02-04T15:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: 3 way Venn diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248022#M9000</link>
      <description>&lt;P&gt;That's all that I have at the moment. I do understand it forms part of a larger macro but thats what I need help with building.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 16:01:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248022#M9000</guid>
      <dc:creator>Adnan1</dc:creator>
      <dc:date>2016-02-04T16:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: 3 way Venn diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248029#M9001</link>
      <description>&lt;P&gt;I have a paper on creating Venn Diagrams. As long as you have SAS 9.3 or more you can use the code. If you have the dataset created already than you only really need to use the GTL template.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings13/243-2013.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings13/243-2013.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 16:27:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248029#M9001</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2016-02-04T16:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: 3 way Venn diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248032#M9003</link>
      <description>&lt;P&gt;What are you actually trying to plot on your venn diagram please?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 16:29:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248032#M9003</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2016-02-04T16:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: 3 way Venn diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248034#M9004</link>
      <description>&lt;P&gt;Here are some references with code samples.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.robslink.com/SAS/democd14/aaaindex.htm" target="_blank"&gt;http://www.robslink.com/SAS/democd14/aaaindex.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 16:32:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248034#M9004</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-04T16:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: 3 way Venn diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248036#M9005</link>
      <description>&lt;P&gt;From a search on this topic I did a few years ago&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 16:35:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248036#M9005</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-02-04T16:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: 3 way Venn diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248042#M9006</link>
      <description>&lt;P&gt;You probably don't want to hear this, but Venn diagrams that consist of planar circles are poor models for showing relationships between sets. &amp;nbsp;They can be used to show QUALITATIVE relationships, but are not good for quantitative relationships.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is easy to construct examples in which the Venn diagram misrepresents the quantities that are shared between sets. The simplest example with three sets is A={1} and B={2} and C={1 2}. There is no way to use circles to construct a Venn diagram that represents this state correctly. Two attempts are shown below. The attempt on the left indicates that there are elements of C that are not contained in A or B, which is wrong. The attempt on the right also misrepresents the union and intersection.&lt;/P&gt;
&lt;P&gt;When you get to four or more sets, the problems become even worse.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are other shapes that you can use to construct Venn diagrams, such as rectangles, but in general a good cross-tabulation of counts or a mosaic plot is more informative. You can &lt;A href="http://blogs.sas.com/content/iml/2013/11/04/create-mosaic-plots-in-sas-by-using-proc-freq.html" target="_self"&gt;use PROC FREQ to create a mosaic plot automatically.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG title="Region Capture.png" alt="Region Capture.png" src="https://communities.sas.com/t5/image/serverpage/image-id/1755i319C85288254FAEA/image-size/medium?v=mpbl-1&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 17:16:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248042#M9006</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-02-04T17:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: 3 way Venn diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248048#M9007</link>
      <description>&lt;P&gt;I published an article on the 2-way proportional Euler diagram last year. &amp;nbsp;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/?s=euler+diagram" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/?s=euler+diagram&lt;/A&gt;&amp;nbsp; Clearly the 3-way case is harder, but maybe you can get some ideas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 17:48:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248048#M9007</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2016-02-04T17:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: 3 way Venn diagram</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248635#M9021</link>
      <description>&lt;P&gt;Thanks guys for your help. Much appreciated !!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:08:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/3-way-Venn-diagram/m-p/248635#M9021</guid>
      <dc:creator>Adnan1</dc:creator>
      <dc:date>2016-02-08T09:08:54Z</dc:date>
    </item>
  </channel>
</rss>

