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

前端 未结 7 1388
滥情空心
滥情空心 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:49

    I use the Dot language to describe graphs. And, the Dot compiler's output includes SVG, which is in XML and can be embedded in XHTML.

    http://en.wikipedia.org/wiki/DOT_language
    

提交回复
热议问题