This package browser is in early development. Mind the rough edges.

graphviz

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.

Installation

Install the latest version of graphviz as follows:

guix install graphviz

Or install a particular version:

guix install graphviz@7.0.1

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.