Liking cljdoc? Tell your friends :D

gorilla.geschichte-core


quil-commit-graphclj

(quil-commit-graph commit-graph
                   branches
                   commits
                   &
                   {:keys [width aspect-ratio outfile]
                    :or {width 800 aspect-ratio 1.618}})

Draw commit graph using quil. Provide width or aspect ratio for the frame.

Draw commit graph using quil.
Provide width or aspect ratio for the frame.
sourceraw docstring

vega-commit-graphclj

(vega-commit-graph commit-graph
                   branches
                   commits
                   &
                   {:keys [width aspect-ratio color opacity]
                    :or {width 600 aspect-ratio 1.618 opacity 1}})

Create vega structure to embed in a gorilla-repl view.

Create vega structure to embed in a gorilla-repl view.
sourceraw docstring

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

× close