Mercurial > repos > idot > prop_venn
view testFiles/out.3.expected.html @ 1:cc6707a1e044 draft default tip
added fixes from Brad Langhorst; https://bitbucket.org/account/notifications/read/3443176/patch-for-proportional-venn-tool-in-galaxy; added tool_dependencies for Mako template untested
author | Ido Tamir <ido.tamir@imp.ac.at> |
---|---|
date | Mon, 24 Sep 2012 16:46:21 +0200 |
parents | 8ea9b4e5a389 |
children |
line wrap: on
line source
<html> <head> <title>Venn diagram </title> </head> <body> <h3></h3> <div> <img src="http://chart.apis.google.com/chart?cht=v&chd=t:36,29,36,21,21,21,14&chtt=&chs=300x300&chdl=As|Bs|Cs"/> </div> <div> <table> <tr><th>Segment</th><th>Size</th></tr> <tr><td>As</td><td>5</td></tr> <tr><td>Bs</td><td>4</td></tr> <tr><td>Cs</td><td>5</td></tr> <tr><td>As \ (Bs ∪ Cs)</td><td>1</td></tr> <tr><td>Bs \ (As ∪ Cs)</td><td>0</td></tr> <tr><td>Cs \ (As ∪ Bs)</td><td>1</td></tr> <tr><td>As ∩ Bs \ Cs </td><td>1</td></tr> <tr><td>As ∩ Cs \ Bs </td><td>1</td></tr> <tr><td>Bs ∩ Cs \ As </td><td>1</td></tr> <tr><td>As ∩ Bs ∩ Cs</td><td>2</td></tr> </table> </div> </body> </html>