Skip to content

[network-bipartite] Bipartite Network Graph #5247

@MarkusNeusinger

Description

@MarkusNeusinger

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    approvedApproved for implementationspec-readySpecification merged to main

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions