Mercurial > repos > idot > prop_venn
annotate testFiles/out.2.expected.html @ 0:8ea9b4e5a389
Uploaded
author | g2cmnty@test-web1.g2.bx.psu.edu |
---|---|
date | Wed, 22 Jun 2011 03:28:25 -0400 |
parents | |
children |
rev | line source |
---|---|
0 | 1 |
2 <html> | |
3 <head> | |
4 <title>Venn diagram </title> | |
5 </head> | |
6 <body> | |
7 <h3></h3> | |
8 <div> | |
9 <img src="http://chart.apis.google.com/chart?cht=v&chd=t:56,44,0,33&chtt=&chs=300x300&chdl=As|Bs"/> | |
10 </div> | |
11 <div> | |
12 <table> | |
13 <tr><th>Segment</th><th>Size</th></tr> | |
14 <tr><td>As</td><td>5</td></tr> | |
15 <tr><td>Bs</td><td>4</td></tr> | |
16 <tr><td>As \ Bs</td><td>2</td></tr> | |
17 <tr><td>Bs \ As</td><td>1</td></tr> | |
18 <tr><td>As ∩ Bs</td><td>3</td></tr> | |
19 </table> | |
20 </div> | |
21 </body> | |
22 </html> |