-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.html
More file actions
24 lines (23 loc) · 829 Bytes
/
Copy pathtest.html
File metadata and controls
24 lines (23 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<script src="./javascript/canvastext.js"></script>
<script src="./javascript/gnuplot_common.js"></script>
<script src="./javascript/gnuplot_mouse.js"></script>
<script src="./javascript/mousable.js"></script>
<script>
gnuplot.grid_lines = true;
</script>
</head>
<body onload="absolute0();">
<script src="./output/absolute0.1.js"></script>
<canvas id="absolute0" width=1000 height=500>
<div id="err_msg">No support for HTML 5 canvas element</div>
</canvas>
<table>
<td class="mb0">x</td>
<td class="mb1"><span id="absolute0_x"> </span></td>
<td class="mb0">y</td>
<td class="mb1"><span id="absolute0_y"> </span></td>
</table>
</body>
</html>