Another rectangular adjacency matrix as in the previous example, this time using a color scale to convey the magnitude of a link's weight. The example random data shows the energy consumption of a hypotetical office, according to time of day and day of week.
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>Rectangular adjacency matrix V</title>
<link type="text/css" href="index.css" rel="stylesheet"/>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://d3js.org/d3-selection-multi.v0.4.min.js"></script>
</head>
<body>
<svg></svg>
<script src="index.js"></script>
</body>
</html>
https://d3js.org/d3.v4.min.js
https://d3js.org/d3-selection-multi.v0.4.min.js