如何从文本创建图片/图表?

发布于 2024-10-18 09:35:23 字数 1539 浏览 9 评论 0原文

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

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

发布评论

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

评论(4

想你的星星会说话 2024-10-25 09:35:23

不知道您想要创建哪种具体类型的图表,以及 graphviz 的哪些缺点让您寻找替代方案,我不确定以下替代方案是否适合您的需求:

Web 序列图 从文本文件创建图表,并且有一个可用的 API。如果需要,您还可以购买托管在内部网络中的服务器版本。

yUML 还可以从文本创建图表,并且还提供本地使用许可证。

另一个基于Python的块/序列/活动/网络图工具是blockdiag

Not knowing what specific kind of diagrams you would like to create, and which drawbacks of graphviz make you look for an alternative, I'm not sure whether the following alternatives apply to your needs:

Web sequence diagrams creates diagrams from text files, and there is an API available. You may also buy a server edition to be hosted in your internal network if that is a requirement.

yUML also creates diagrams from text, and there is also a license for local use available.

Another tool for block/sequence/activity/network diagrams based on python is blockdiag.

因为看清所以看轻 2024-10-25 09:35:23

我也在寻找 DSL ->图表替代方案。

到目前为止我的列表:

JavaScript 不会生成 PNG 文件。但它在网络上;-)

I'm also on the hunt for DSL -> diagram alternatives.

My list so far:

The JavaScript won't produce PNG files. But it's on the web ;-)

好听的两个字的网名 2024-10-25 09:35:23

我会推荐http://plantuml.sourceforge.net/,这对于UML sketch和已与 CKeditor、TiddlyWiki、TinyMCE 编辑器集成。

I'll recommend http://plantuml.sourceforge.net/, which is very help usefull for UML sketch and has been integrated with CKeditor, TiddlyWiki, TinyMCE Editor.

写下不归期 2024-10-25 09:35:23

一个相当通用的解决方案是编写 SVG 图像并将它们提供给光栅化器(例如 rsvg)。

A quite generic solution would be to write SVG images and feed them to a rasterizer (e.g. rsvg).

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