Liking cljdoc? Tell your friends :D

cljgrapht.io

DOT and GraphML import/export for cljgrapht.core graphs.

DOT and GraphML import/export for `cljgrapht.core` graphs.
raw docstring

dotclj

(dot g)

DOT string for g. Vertex ids are sanitized pr-str values; labels keep the original pr-str for display.

DOT string for `g`. Vertex ids are sanitized `pr-str` values; labels keep the
original `pr-str` for display.
sourceraw docstring

graphmlclj

(graphml g)

GraphML string for g with sanitized pr-str vertex ids.

GraphML string for `g` with sanitized `pr-str` vertex ids.
sourceraw docstring

read-dotclj

(read-dot path-or-string)

Read a DOT string or existing path. Imported vertices are DOT id strings, not EDN parsed Clojure values.

Read a DOT string or existing path. Imported vertices are DOT id strings, not
EDN parsed Clojure values.
sourceraw docstring

write-dot!clj

(write-dot! g path)

Write (dot g) to path, returning nil.

Write `(dot g)` to `path`, returning nil.
sourceraw docstring

write-graphml!clj

(write-graphml! g path)

Write (graphml g) to path, returning nil.

Write `(graphml g)` to `path`, returning nil.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close