block by emeeks 9441864

Adjacency Matrix from Node/Edge List

Full Screen

An adjacency matrix is a useful way of visualizing networks using an n-by-n grid that shows connection between nodes as a filled grid square. This adjacency matrix is directed, with the source on the y-axis and target on the x-axis. It loads the data from a node list and edge list and represents edge weight using opacity. It also highlights rows and columns on mouseover.

index.html

edgelist.csv

nodelist.csv