All examples By author By category About

alex-rind

Adjacency Matrix from Array Literals smaller data

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 Array Literals

forked from alex-rind's block: Adjacency Matrix from Array Literals