All examples By author By category About

tgsuarez

Adjacency Matrix from Node/Edge List

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.

forked from emeeks's block: Adjacency Matrix from Node/Edge List