DOT and GraphML import/export for cljgrapht.core graphs.
DOT and GraphML import/export for `cljgrapht.core` graphs.
(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.
(graphml g)GraphML string for g with sanitized pr-str vertex ids.
GraphML string for `g` with sanitized `pr-str` vertex ids.
(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.
(write-dot! g path)Write (dot g) to path, returning nil.
Write `(dot g)` to `path`, returning nil.
(write-graphml! g path)Write (graphml g) to path, returning nil.
Write `(graphml g)` to `path`, returning nil.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |