What algorithms are good for interactive/realtime graph-drawing?

前端 未结 7 1391
滥情空心
滥情空心 2021-02-06 16:54

What algorithms are good for interactive/realtime graph-drawing for live data and direct-manipulation?

Failing that - what libraries do you use to draw graphs?

7条回答
  •  情话喂你
    2021-02-06 17:44

    There are some spiffy papers associated with Graphviz. In particular:

    • E.R. Gansner, E. Koutsofios, S.C. North, and K.-P. Vo (1993) "A Technique for Drawing Directed Graphs"
    • S.C. North and G. Woodhull (2002) "On-line Hierarchical Graph Drawing"

提交回复
热议问题