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

xdot

Interactive viewer for graphviz dot files

Xdot is an interactive viewer for graphs written in graphviz’s dot language. Internally, it uses the xdot output format as an intermediate format, and gtk and cairo for rendering. Xdot can be used either as a standalone application, or as a Python library.

Installation

Install the latest version of xdot as follows:

guix install xdot

Or install a particular version:

guix install xdot@1.3

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.