Description
A network visualization with two distinct sets of nodes arranged in separate columns or groups, where edges only connect nodes from different sets (never within the same set). This two-mode network layout is fundamental for visualizing relationships between two different types of entities.
Applications
- Author-paper affiliation networks in bibliometrics
- User-product purchase or recommendation networks
- Gene-disease association networks in bioinformatics
- Student-course enrollment visualization
Data
source (str) — node from set A
target (str) — node from set B
weight (float, optional) — edge weight/strength
- Size: 10–50 nodes per set, 20–200 edges
Notes
- Two clearly separated node groups (left/right or top/bottom)
- Node size can encode degree (number of connections)
- Edge width or opacity can encode weight
- Color nodes by set membership
- Optional: highlight specific paths or clusters
Description
A network visualization with two distinct sets of nodes arranged in separate columns or groups, where edges only connect nodes from different sets (never within the same set). This two-mode network layout is fundamental for visualizing relationships between two different types of entities.
Applications
Data
source(str) — node from set Atarget(str) — node from set Bweight(float, optional) — edge weight/strengthNotes