找回密码
 欢迎注册
查看: 11266|回复: 4

[分享] graphviz 强大的图结构可视化工具

[复制链接]
发表于 2013-6-29 21:23:52 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?欢迎注册

×
Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics,  software engineering, database and web design, machine learning, and in visual interfaces for other technical domains.

graphviz 可以将结构化的信息,以抽象图和网络的形式 展现出来。
主要用在 网络,生物信息学,软件工程,数据库和网站设计,机器学习。

评分

参与人数 1威望 +2 金币 +2 贡献 +2 鲜花 +2 收起 理由
gogdizzy + 2 + 2 + 2 + 2 很给力!

查看全部评分

毋因群疑而阻独见  毋任己意而废人言
毋私小惠而伤大体  毋借公论以快私情
 楼主| 发表于 2013-6-29 21:28:03 | 显示全部楼层
  1. digraph test4 {
  2.      main -> parse -> execute
  3.      main -> init
  4.      main -> cleanup
  5.      execute -> make_string
  6.      execute -> printf
  7.      init -> make_string
  8.      main -> printf
  9.      execute -> compare
  10. }
复制代码
11.png

毋因群疑而阻独见  毋任己意而废人言
毋私小惠而伤大体  毋借公论以快私情
 楼主| 发表于 2013-6-29 21:41:21 | 显示全部楼层
  1. digraph G {
  2.     {a b c} -> {d e f}
  3. }
复制代码
test.png
毋因群疑而阻独见  毋任己意而废人言
毋私小惠而伤大体  毋借公论以快私情
 楼主| 发表于 2013-6-29 21:45:37 | 显示全部楼层
  1. digraph g {
  2.         node [shape = record,height=.1];
  3.         node0[label = "<f0> |<f1> G|<f2> "];
  4.         node1[label = "<f0> |<f1> E|<f2> "];
  5.         node2[label = "<f0> |<f1> B|<f2> "];
  6.         node3[label = "<f0> |<f1> F|<f2> "];
  7.         node4[label = "<f0> |<f1> R|<f2> "];
  8.         node5[label = "<f0> |<f1> H|<f2> "];
  9.         node6[label = "<f0> |<f1> Y|<f2> "];
  10.         node7[label = "<f0> |<f1> A|<f2> "];
  11.         node8[label = "<f0> |<f1> C|<f2> "];
  12.         "node0":f2 -> "node4":f1;
  13.         "node0":f0 -> "node1":f1;
  14.         "node1":f0 -> "node2":f1;
  15.         "node1":f2 -> "node3":f1;
  16.         "node2":f2 -> "node8":f1;
  17.         "node2":f0 -> "node7":f1;
  18.         "node4":f2 -> "node6":f1;
  19.         "node4":f0 -> "node5":f1;
  20. }
复制代码
2.png
毋因群疑而阻独见  毋任己意而废人言
毋私小惠而伤大体  毋借公论以快私情
发表于 2013-7-2 08:57:29 | 显示全部楼层
这个软件看起来很不错!
毋因群疑而阻独见  毋任己意而废人言
毋私小惠而伤大体  毋借公论以快私情
您需要登录后才可以回帖 登录 | 欢迎注册

本版积分规则

小黑屋|手机版|数学研发网 ( 苏ICP备07505100号 )

GMT+8, 2024-4-27 08:23 , Processed in 0.104224 second(s), 20 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表