简体   繁体   English

如何通过graphviz编辑图形?

[英]How to edit graphs by graphviz?

Is any one familiar with any c open source code that does graph manipulation (point and click) using the layout algorithms of graph viz? 是否有人熟悉使用图viz的布局算法进行图操作(点击)的c开源代码? I would like to use the algorithms to lay out a graph which I could later manipulate in a GUI. 我想使用算法来布置图,以后可以在GUI中进行操作。

graphviz C code and architecture are rather sophisticated. graphviz C代码和体系结构相当复杂。 You can take a look at canviz . 您可以看一下canviz It's Javascript rendering engine that you could port to C. 您可以移植到C的Javascript渲染引擎。

Some time ago I tried the qt way, following this post, but that wasn't an easy route. 前一段时间,我在这篇文章之后尝试了qt方式,但这并不是一条简单的路线。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM