loom.io

(source)
Output and view graphs in various formats

For more info about this library see:

https://cljdoc.org/d/aysylu/loom/1.0.2/doc/readme
Public Variable Short Description
dot (clj) Writes graph g to f (string or File) in DOT format.
dot-str (clj) Renders graph g as a DOT-format string.
render-to-bytes (clj) Renders the graph g in the image format using GraphViz and returns data as a byte array.
view (clj) Converts graph g to a temporary image file using GraphViz and opens it in the current desktop environment's default viewer for said files.