prefuse:有向非循环图的有用布局?

发布于 2024-12-07 17:23:16 字数 308 浏览 1 评论 0原文

我有一个中等复杂的图(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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文