Adjacency Matrix
Visualization
Equivalent GLO specification
Size Nodes by Constant
Evenly Distribute Nodes on y
Align Nodes Left
Clone Active Generation
Evenly Distribute Nodes on x
Align Nodes Bottom
Set Target Generation 1
Display Links as Circles
Display All Links
NetPanorama specification
| |
Import data and construct network, and cluster nodes. |
|
Create two color scales. |
|
Order nodes based on the cluster id. |
|
Construct a table. |
|
Draw contents of adjacency matrix,a nd label the rows and columns. |
|
Changing the ordering
Rather than ordering the rows and columns based on the cluster that each node belongs to, we can instead apply a seriation algorithm by changing the definition of the ordering:
"orderings": [
{
"name": "o",
"data": "network.nodes",
"method": "optimal-leaf-order",
"network": "network"
}
],