-
Notifications
You must be signed in to change notification settings - Fork 0
/
graphtheory.html
48 lines (44 loc) · 1.75 KB
/
graphtheory.html
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
<!DOCTYPE html>
<html>
<body style="background-color:black;color:white;" link='#85c1e9' vlink='orange' alink='red'>
<h2>Sample Dynamic Graphs in D3</h2>
<br>
<p>Example graphs created using D3 are shown below :)</p>
<h3>Covid Cases (Bicol Region) Dynamic Graph Visualisation (August 2020)</h3>
<br>
<iframe width=100% height="800" src="https://jmbangate.github.io/covid/Bicolr5.html"></iframe>
<br>
Link: <a href="https://jmbangate.github.io/covid/Bicolr5.html">https://jmbangate.github.io/covid/Bicolr5.html</a><br>
<br>
<h3>Graph 1</h3>
<br>
<iframe width=100% height="500" src="https://jmbangate.github.io/graph01.html"></iframe>
<br>
Link: <a href="https://jmbangate.github.io/graph01.html">https://jmbangate.github.io/graph01.html</a><br>
<br>
<h3>Graph 2</h3>
<br>
<iframe width=100% height="500" src="https://jmbangate.github.io/graph02.html"></iframe>
<br>
Link: <a href="https://jmbangate.github.io/graph02.html">https://jmbangate.github.io/graph02.html</a><br>
<br>
<h3>Graph 3</h3>
<br>
<iframe width=100% height="500" src="https://jmbangate.github.io/graph03.html"></iframe>
<br>
Link: <a href="https://jmbangate.github.io/graph03.html">https://jmbangate.github.io/graph03.html</a><br>
<br>
<h3>Graph 4</h3>
<br>
<iframe width=100% height="500" src="https://jmbangate.github.io/graph04.html"></iframe>
<br>
Link: <a href="https://jmbangate.github.io/graph04.html">https://jmbangate.github.io/graph04.html</a><br>
<br>
<h3>Graph 5</h3>
<br>
<iframe width=100% height="500" src="https://jmbangate.github.io/graph05.html"></iframe>
<br>
Link: <a href="https://jmbangate.github.io/graph05.html">https://jmbangate.github.io/graph05.html</a><br>
<br>
</body>
</html>