Mercurial > repos > idot > prop_venn
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testFiles/out.2.expected.html Wed Jun 22 03:28:25 2011 -0400 @@ -0,0 +1,22 @@ + +<html> + <head> + <title>Venn diagram </title> + </head> + <body> + <h3></h3> + <div> + <img src="http://chart.apis.google.com/chart?cht=v&chd=t:56,44,0,33&chtt=&chs=300x300&chdl=As|Bs"/> + </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>As \ Bs</td><td>2</td></tr> + <tr><td>Bs \ As</td><td>1</td></tr> + <tr><td>As ∩ Bs</td><td>3</td></tr> + </table> + </div> + </body> +</html> \ No newline at end of file