-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Labels
Description
A new geom_edge_force that uses force-directed edge bundling would let users create much better "hairball" visualizations that are easier to read. In contrast to geom_conn_bundle it would not require connections, which would make it applicable to many more networks.
Reference:
Holten, Danny, and Jarke J. Van Wijk. "Force‐Directed Edge Bundling for Graph Visualization." Computer Graphics Forum (Blackwell Publishing Ltd) 28, no. 3 (2009): 983-990.
An example in d3: https://github.com/upphiminn/d3.ForceBundle
Unfortunately performance seems to be a major concern.