【发布时间】:2016-11-07 16:05:11
【问题描述】:
yFiles 有这个图表,我对在 python/JS 环境中应用类似的东西非常感兴趣。 http://live.yworks.com/yfiles-for-html/1.3/demos/databinding/demo.yfiles.binding.interactivegraphsource/index.html
它必须是 JS 或 Python。
请注意不是树形结构,因为它具有互连性,可能有多个父节点。所以它更多的是 DAG - Directec Acyclic Graf 或网络 graf。
我似乎找不到像这个模块一样简单和对称的东西。
我已经查找了 python 和 js 的 DAG 和网络,但似乎找不到类似的东西。
【问题讨论】:
标签: python d3.js graph networkx directed-acyclic-graphs