Description
A matrix-based representation of a network/graph where rows and columns represent nodes and cell color indicates the presence or weight of edges between them. This complements existing node-link network visualizations by excelling at revealing clusters, structural patterns, and density in large or dense networks where node-link diagrams become hairball-like.
Applications
- Visualizing social network connections in community detection
- Displaying brain connectivity matrices in neuroscience
- Analyzing trade relationships between countries
- Showing co-occurrence patterns in text analysis
Data
source (categorical) — source node name
target (categorical) — target node name
weight (float, optional) — edge weight or connection strength
- Size: 20–200 nodes
Notes
- Nodes should be reorderable (e.g., by cluster, degree, or community)
- Symmetric matrix for undirected graphs
- Color intensity maps to edge weight
- Optional dendrogram on axes for clustered ordering
Description
A matrix-based representation of a network/graph where rows and columns represent nodes and cell color indicates the presence or weight of edges between them. This complements existing node-link network visualizations by excelling at revealing clusters, structural patterns, and density in large or dense networks where node-link diagrams become hairball-like.
Applications
Data
source(categorical) — source node nametarget(categorical) — target node nameweight(float, optional) — edge weight or connection strengthNotes