Graphviz

Graphviz是开源图形可视化软件。在网络,生物信息学,软件工程,数据库和网页设计,机器学习以及其他技术领域的可视化界面中具有重要的应用。(Graphviz is open source graph visualization software. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual interfaces for other technical domains.)

  • 所有者: ellson/MOTHBALLED-graphviz
  • 平台: Windows, Solaris, Mac, Linux
  • 许可证: Eclipse Public License 1.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Graphviz是开源图形可视化软件。 图形可视化是一种将结构信息表示为抽象图和网络图的方法。 它在网络,生物信息学,软件工程,数据库和网页设计,机器学习以及其他技术领域的可视化界面中具有重要的应用。

特征

Graphviz布局程序以简单的文本语言描述图形,并以有用的格式制作图表,例如网页的图像和SVG; PDF或Postscript包含在其他文件中; 或在交互式图形浏览器中显示。

Graphviz具有许多用于具体图表的有用功能,例如颜色,字体,表格节点布局,线条样式,超链接和自定义形状的选项。

主要指标

概览
名称与所有者ellson/MOTHBALLED-graphviz
主编程语言C
编程语言Shell (语言数: 27)
平台Windows, Solaris, Mac, Linux
许可证Eclipse Public License 1.0
所有者活动
创建于2013-09-27 15:32:09
推送于2018-09-08 06:03:15
最后一次提交2018-06-14 14:29:05
发布数69
最新版本名称stable_release_2.40.1 (发布于 )
第一版名称LAST_LIBGRAPH (发布于 2013-10-16 15:24:17)
用户参与
星数1.3k
关注者数93
派生数255
提交数10.2k
已启用问题?
问题数1177
打开的问题数904
拉请求数105
打开的拉请求数0
关闭的拉请求数15
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

Graphviz - Graph Visualization Tools

Linux build status
Windows Build Status

from AT&T Research and Lucent Bell Labs

See doc/build.html within the source tree or https://graphviz.org/doc/build.html for prerequisites and detailed build notes.

master GIT Repository

The master GIT Repository for graphviz can be found at:

Documentation

The Graphviz documents are currently hosted at https://emden.github.io/

Graph Visualization ( https://graphviz.org/about/ )

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 is open source graph visualization software. It has several main layout programs. See the gallery for sample layouts. It also has web and interactive graphical interfaces, and auxiliary tools, libraries, and language bindings. We're not able to put a lot of work into GUI editors but there are quite a few external projects and even commercial tools that incorporate Graphviz. You can find some of these in the Resources section.

The Graphviz layout programs take descriptions of graphs in a simple text language, and make diagrams in useful formats, such as images and SVG for web pages; PDF or Postscript for inclusion in other documents; or display in an interactive graph browser.

Graphviz has many useful features for concrete diagrams, such as options for colors, fonts, tabular node layouts, line styles, hyperlinks, and custom shapes.

In practice, graphs are usually generated from an external data sources, but they can also be created and edited manually, either as raw text files or within a graphical editor. (Graphviz was not intended to be a Visio replacement, so it is probably frustrating to try to use it that way.)

Contacts

If you have a bug or believe something is not working as expected, please submit a bug report.

If you have a general question or are unsure how things work, these queries can also be posted in the Graphviz Issues page.

John Ellson