prefuse:有向非循环图的有用布局?
我有一个中等复杂的图(500-1000 个节点),表示程序中的函数调用,因此它几乎完全是非循环的,并且大部分是树状的(例如,偶尔有从一个子例程到另一个子例程的多个路径,但通常没有)。我想将其形象化。
我的第一个想法是使用 Prefuse,一个小时内我就根据示例运行了一些东西。但它使用了 ForceDirectedLayout,对于这个尺寸的图表来说,它在视觉上看起来很混乱,而且它降低了我的电脑速度。
对于这种图表还有其他有用的 Prefuse 布局吗?
I have a moderately complex graph (500-1000 nodes) representing function calls in a program, so it is almost completely acyclic, and mostly tree-like (e.g. occasionally there are multiple paths from one subroutine to another, but usually not). I would like to visualize it.
My first thought was to use Prefuse, and within an hour I got something running based on the examples. But it uses ForceDirectedLayout, which visually looks like a mess for this size graph, and it slows down my PC.
Are there other useful Prefuse layouts for this kind of graph?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论