图形(点)文件的免费可视化编辑器

发布于 2024-09-13 12:21:49 字数 1540 浏览 2 评论 0原文

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

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

发布评论

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

评论(2

心的憧憬 2024-09-20 12:21:49

为了节省那些渴望尝试处理 DOT 图形的现有程序的人的时间:

  • dotty 可以显示 DOT 图形,运气不好的话,您可以用鼠标移动其节点,仅此而已,您就可以可以很容易地出现段错误作为奖励(我尝试了最新的稳定的graphviz)
  • lefty只是dotty使用的一种特殊用途的语言解释器,没什么可看的
  • KGraphEditor 是一个空的如意项目(一个 QT 窗口和几个按钮)
  • gvedit 并不是真正的图形编辑器:它提供了一个简单的文本编辑器,您可以按 F5 运行布局工具并打开图片;实际上,您可以通过配置自己喜欢的文本编辑器来获得更多功能
  • grappa是一个废弃的java小程序,有趣的是我未能运行它
  • dia 可以导出到 DOT(“PyDia DOT Export”),但由于其打印错误,您必须对文件进行后处理才能使用他们
  • graphedit 可以在 DOT 中读取图形,并且您可以移动其节点 支持
  • Eclipse 人们开始在 GEF4,这样它就可以显示 DOT 图表
  • GraphUI有一个非常有趣的演示视频,但要注意:虽然图表看起来可能是通过单击和拖动创建,实际上所有编辑都是通过键盘使用快捷键进行的。从好的方面来说,上下文说明始终可用,显示哪些快捷方式可以做什么。
  • DotEditor 声称是一个树编辑器,可以用鼠标修改节点属性/颜色/形状。

其他答案中提到的图形编辑器,yEd(一个 Java 应用程序)和 JointJS/Rappid(一个 JaveScript 东西)显然与 DOT 无关(都尝试过)。

我相信根本不存在可用的点处理图形编辑器。

To save time those eager to try existing programs handling DOT graphs:

  • dotty can display DOT graphs and with little luck you can move its nodes with a mouse, nothing more, and you can easily segfault as a bonus (I tried latest stable graphviz)
  • lefty is only a special-purpose language interpreter used by dotty, nothing to look at
  • KGraphEditor is an empty wishful project (a QT window and a few buttons)
  • gvedit is not really a graph editor: it provides a simple text editor and you hit F5 to run a layout tool and open a picture; you can actually get more functionality from configuring your own favourite text editor
  • grappa is an abandoned java applet, which I failed to run
  • interestingly, dia can export to DOT ("PyDia DOT Export"), but due to its buggy printing, you have to post-process the files to use them
  • graphedit can read in DOT a graph and you can move its nodes around and change their colors
  • Eclipse people started working on DOT support in GEF4, so it can display DOT graphs
  • GraphUI has a very interesting demonstration video, but beware: although it might seem that the graph is being created by clicking and dragging, in reality all editing happens through the keyboard, using shortcuts. On the plus side, contextual instructions are always available showing which shortcuts do what.
  • DotEditor claims a tree editor, modifying node attributes/color/shape with mouse.

The graph editors mentioned in other answers, yEd (a Java application) and JointJS/Rappid (a JaveScript thing) apparently have nothing to do with DOT (tried both).

I believe there exist no working DOT-handling graph editor out there at all.

少女七分熟 2024-09-20 12:21:49

JointJS 是一个基于 Backbone 的 Javascript 图形编辑库:http://www.jointjs.com/

作者还提供了 Rappid,一个可能适合您需求的在线图形编辑器,但我不知道点文件导入。

JointJS is a Javascript graph editing library based on Backbone : http://www.jointjs.com/

The author also provides Rappid, an online graph editor which might suit your needs, I don't know about dot files import though.

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