Did you know ... Search Documentation:
Pack gvterm -- prolog/gvterm.pl
PublicShow source

This library translates complex Prolog terms into Graphviz (dot) output for graphical rendering.

See also
- Default renderer is xdot from https://github.com/jrfonseca/xdot.py
 dotty_term(+Term) is det
Write dot representation to temporary file and open this file using the dotty program.
 term_to_dot(+Term) is det
Emit a dot representation for Term to the curent output.
 term_to_dot(+Out:stream, Term) is det
Emit a dot representation for Term to the stream Out.