Chord Diagram
- Data: Networks (small # of nodes)
- Tasks: Summarize connections. Identify highest degree
- Considerations: Usually good for origin -> destination
Edge Bundling
- Data: Networks
- Tasks: Summarize common connections.
- Considerations:
- Reduces cluttering
- Requires computing time
- Works with any link based idiom
Arc Diagram
- Data: Networks (few nodes)
- Tasks: Summarize common connections.
- Considerations:
- Nodes order matter
- Better with highly clustered data
Semantic Substrates
- Data: Networks with many edges
- Task: Summarize distribution of non network attribs
- Considerations:
- Easier to understand
- Scale well
- Edges on demand work best