xdot

interactive viewer for Graphviz dot files

Install

All systems
curl cmd.cat/xdot.sh
Debian Debian
apt-get install xdot
Ubuntu
apt-get install xdot
Arch Arch Linux
pacman -S xdot
image/svg+xml Kali Linux
apt-get install xdot
Fedora
dnf install xdot
Windows (WSL2)
sudo apt-get update sudo apt-get install xdot
OS X
brew install xdot
Raspbian
apt-get install xdot

xdot

interactive viewer for Graphviz dot files

xdot is an interactive viewer for graphs written in Graphviz's dot language. It uses internally the graphviz's xdot output format as an intermediate format, and PyGTK and Cairo for rendering. xdot can be used either as a standalone application from command line, or as a library embedded in your Python 3 application. Features: * Since it doesn't use bitmaps it is fast and has a small memory footprint. * Arbitrary zoom. * Keyboard/mouse navigation. * Supports events on the nodes with URLs. * Animated jumping between nodes. * Highlights node/edge under mouse.

python-xdot

Interactive viewer for Graphviz dot files