视觉复杂性的工具
有人可以推荐我一些好工具来显示视觉复杂性吗?我介绍的安全设计模式包含大约 26 个相互关联的子模式。我希望在一张图表中显示它们的关系,即可能是 26 个块,其中连接的链接以不同的颜色显示。
我遇到的一个网站是这个 - http://www.visualcomplexity.com/vc/ 但它有预先构建的应用程序。我不允许根据我的要求定制或使用其中任何一个。
如果您知道任何可以帮助我的工具,请分享。
Could someone please recommend me some good tool to display the visual complexity. I am presenting Security Design Pattern which contains around 26 sub-patterns which are inter-related. I wish to display their relations in one diagram i.e. may be 26 blocks with the connected links shown by different color.
One site I came across is this - http://www.visualcomplexity.com/vc/ but it has pre-built applications. I am not allowed to customize or use any of these as per my requirement.
Please share if you are aware of any tool which can help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Graphviz 是一个开源图形库,您可能会发现它很有用。查看他们的维基百科页面,获取基于 Graphviz 的应用程序列表。我得到了带有 php 绑定的副本作为 pear 包。还存在其他绑定。
Graphviz is an open source graphing library which you may find useful. check out their wikipedia page for a list of applications which are based on Graphviz. I got my copy with php bindings as a pear package. Other bindings also exist.
如前所述,Graphviz 是开放的并且非常普遍。
点语言非常简单,甚至 Boost Graph Library (C++) 也可以与它交互。它配备了许多与此类图表相关的布局引擎(
twopi
(径向)和circo
(圆形))。我总觉得它确实有其局限性,但显然该工具非常灵活,似乎没有人介意它:无数人使用它。
查看画廊:http://www.graphviz.org/Gallery.php
As mentioned, Graphviz is open and really ubiquitous.
The dot language is really simple and even Boost Graph Library (C++) interfaces with it. It comes with quite a number of relevant layout engines for this kind of diagram (
twopi
(radial) andcirco
(circular)).I always feel it does have it's limits, but clearly the tool is so flexible that no-one seems to mind it: zillions of people use it.
See the gallery: http://www.graphviz.org/Gallery.php