xdot

Interactive viewer for Graphviz dot language graph files

brewmacoslinux
Try with needOr install directly
Source

About

Interactive viewer for graphs written in Graphviz's dot language

Commands

xdot

Examples

Open and view a dot file interactively$ xdot graph.dot
View a dot file generated from a command pipeline$ dot -Traw input.dot | xdot
Open dot file with custom window geometry$ xdot -g 1024x768 diagram.dot