This repository was archived by the owner on Jun 18, 2026. It is now read-only.
Commit 7f23091
committed
Add interactive Adjacency Matrix Viewer
New docs/matrix.html page with:
- Load JSON graphs (drag-and-drop or file picker)
- Interactive matrix with hover tooltips showing source→target, weight, type
- 5 sort modes: alphabetical, degree (asc/desc), community cluster, original
- 3 color modes: edge weight heatmap, binary, edge type
- Community detection via label propagation
- Stats bar: nodes, edges, density, max weight, communities
- Export as PNG or CSV
- Sample graph generator for quick testing
- Toggle value labels and force-symmetric options
- Sidebar links added to index.html and stats.html
Usage: Open docs/matrix.html in browser, load a JSON graph file
(same format as Graph Explorer), explore the adjacency structure.1 parent 7f4eec7 commit 7f23091
3 files changed
Lines changed: 409 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments