graphviz 7.0.1
Graph visualization software
Graphviz is a graph visualization tool suite. 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.
- Outputs:
doc
,out
- Website: https://www.graphviz.org/
- Licenses: EPL 1.0
- Package source: gnu/packages/graphviz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install graphviz 7.0.1
as follows:
guix install graphviz@7.0.1
Or install the latest version:
guix install graphviz
The graphviz
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install graphviz:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.