用于生成函数或数据流程图的工具
我正在寻找一个命令行工具,它可以从一些文本描述生成功能流程图(任何类型的标记语言都可以)。
这个想法是记录一些组件之间的数据连接。生成的图表应类似于以下内容。这主要是针对自己的内部文档。所以它并不需要生成花哨的图表。带注释的块、带注释的连接以及一些注释绝对足够了。
http://www.automation.com/images/article/mathworks/MathWorks_Simulink_robot_arm_simulation_model.png
http://www.randservice.com/images/screen2.jpg
预先非常感谢,
保罗
I am looking for a command line tool which can generate function flow diagrams from some textual description (any sort of markup language would do).
The idea is to document the data connections between some components. The resulting diagrams shall resemble the following. This is mostly for own internal doc. so it doesn't really need to generate fancy diagrams. Blocks with annotation, connections with annotation and maybe some notes is definitely sufficient.
http://www.automation.com/images/article/mathworks/MathWorks_Simulink_robot_arm_simulation_model.png
http://www.randservice.com/images/screen2.jpg
Thanks a lot in advance,
Paul
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看:GraphViz - 它根据顶点和边定义列表生成图形
另外,请查看IPE,一个矢量绘图程序,可以准确地创建您想要的内容,但这将是一个手动过程。
Check out: GraphViz -- It generates graphs out of a list of vertices and edge definitions
Also, check out IPE, a vector drawing program that can create exactly what you want, but it will be a manual process.