Liking cljdoc? Tell your friends :D

whittemore.graphviz


bi-optionsclj

source

digraph-optionsclj

source

dot->pngclj

(dot->png dot-str)

Render dot spec as png. Requires "dot" to be in PATH, i.e. graphviz mus be installed.

Render dot spec as png.
Requires "dot" to be in PATH, i.e. graphviz mus be installed.
sourceraw docstring

dot->svgclj

Returns an SVG string that renders the given grapvhiz string.

Returns an SVG string that renders the given grapvhiz string.
sourceraw docstring

dot-rendererclj

source

error-svgclj

(error-svg _)
source

img-strclj

source

model->dotclj

(model->dot m)

Convert a model to a dot spec.

Convert a model to a dot spec.
sourceraw docstring

model->imgclj

(model->img m)

Convert a model to an img tag.

Convert a model to an img tag.
sourceraw docstring

model->svgclj

(model->svg m)

Convert a model as an svg string.

Convert a model as an svg string.
sourceraw docstring

svg->imgclj

(svg->img svg)

Returns the svg formatted as an html img tag.

Returns the svg formatted as an html img tag.
sourceraw docstring

view-modelclj

(view-model m)

Alpha - subject to change. Render and view a model, displaying it in a JFrame. Requires "dot" to be in PATH, i.e. graphviz must be installed.

Alpha - subject to change.
Render and view a model, displaying it in a JFrame.
Requires "dot" to be in PATH, i.e. graphviz must be installed.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close