xxxxxxxxxx
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/d3@2.10.3/d3.v2.js">
</script>
<script type="text/javascript" src="ciliarisDAR.js">
</script>
<style type="text/css">
body { font: 10px sans-serif;
background: white;
}
circle
{
stroke-width: 0;
}
line
{
stroke-width: 1.5;
}
.xLabel, .yLabel { text-anchor: end; }
.xGrid, .yGrid
{
stroke-width: 0.2;
stroke: black;
}
text
{
font-family: Arial;
font-size: 9pt;
text-anchor: right;
}
</style>
</head>
<body>
<script type="text/javascript" src="latticexy.js">
</script>
</body>
Updated missing url https://raw.github.com/mbostock/d3/master/d3.js to https://cdn.jsdelivr.net/npm/d3@2.10.3/d3.v2.js
https://raw.github.com/mbostock/d3/master/d3.js