-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsmall_plot.html
More file actions
52 lines (43 loc) · 823 Bytes
/
small_plot.html
File metadata and controls
52 lines (43 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
}
.axis path, .axis line {
fill: none;
stroke: #CBCBCB;
shape-rendering: crispEdges;
}
.browser text {
text-anchor: left;
}
path.strokes {
fill: none;
stroke-width: 1.5px;
}
.legend rect {
fill:white;
stroke:black;
opacity:0.8;
}
.bar rect {
fill: #0FFE02;
shape-rendering: crispEdges;
}
.bar text {
fill: #000;
}
</style>
<head>
<script src="SEAVIEW/units.js"></script>
<script src="d3/d3.v3.min.js"></script>
<script src="SEAVIEW/run_logs.js"></script>
<script src="SEAVIEW/ips.js"></script>
<script src="SEAVIEW/from_logs.js"></script>
<script src="js/d3.legend.js"></script>
<script src="jquery/jquery-1.6.2.min.js"></script>
<script src="js/small_plot2.js"></script>
</head>
<body>
</body>