source: Dev/trunk/d3/examples/splom/splom.html @ 76

Last change on this file since 76 was 76, checked in by fpvanagthoven, 14 years ago

d3

File size: 450 bytes
RevLine 
[76]1<!DOCTYPE html>
2<html>
3  <head>
4    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
5    <title>Scatterplot Matrix</title>
6    <script type="text/javascript" src="../../d3.js"></script>
7    <script type="text/javascript" src="cross.js"></script>
8    <link type="text/css" rel="stylesheet" href="splom.css"/>
9  </head>
10  <body>
11    <div id="chart"></div>
12    <script type="text/javascript" src="splom.js"></script>
13  </body>
14</html>
Note: See TracBrowser for help on using the repository browser.