网络图可视化工具

发布于 2024-08-13 09:35:52 字数 42 浏览 6 评论 0原文

我需要获得网络图的二维图片。我知道拓扑。有什么工具可以帮助我这样做吗?

I need to get a 2d picture of a network graph. I know the topology. Is there any tool which will help me do so?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

千と千尋 2024-08-20 09:35:52

有一些用 Java 编写的开源工具 这里

There are some open source tools written in Java here.

罪歌 2024-08-20 09:35:52

是的,graphviz 是事实上的工具。您无需再寻找。只需使用您选择的编程语言生成一个描述您的网络的点文件即可。您可以使用 graphviz 来进行图形的编程定义,但这是另一个问题。

点文件既漂亮又简单,任何人都可以编写。

Yep graphviz is the de facto tool for this. You do not need to look any further. Just use your programming language of choice to spit out a dot file which describes your network. You can drop to programatic definition of graphs using graphviz but that is another issue.

Dot files are nice and simple, anyone could write one.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文