Liking cljdoc? Tell your friends :D

cljplot.common


bands->positions-sizeclj

(bands->positions-size bands size)

canvas-orientationclj

(canvas-orientation orient)

Convert layout orientation to canvas orientations

Convert layout orientation to canvas orientations
raw docstring

coerce-format-fnclj

(coerce-format-fn fmt)

Find formating funciton.

Find formating funciton.
raw docstring

common-extentclj

(common-extent data)
(common-extent data selector-x selector-y selector-z)

Calculate extent for axes

Calculate extent for axes
raw docstring

configurationclj


data-extentcljmultimethod


date-time?clj

(date-time? t)

deep-mergeclj

(deep-merge a b)

Merge maps on every level.

Merge maps on every level.
raw docstring

do-graphcljmacro

(do-graph graph-conf highest-render? & body)

Wrap canvas creation and orientation.

Wrap canvas creation and orientation.
raw docstring

draw-shapeclj

(draw-shape canv x y type color stroke size)
raw docstring

extend-domain-numericalclj

(extend-domain-numerical [start end] [l r])

extend-domainsclj

(extend-domains extents margins)

extentclj

(extent data)

extract-firstclj

(extract-first data)

fast*clj

(fast* a b)

fast+clj

(fast+ a b)

fast-clj

(fast- a b)

fast-maxclj

(fast-max a b)

fast-minclj

(fast-min a b)

find-min-maxclj

(find-min-max s)

For given list of vectors find maximum extent.

For given list of vectors find maximum extent.
raw docstring

get-heightclj

(get-height series)

get-scaleclj

(get-scale series key)

Return scale from series

Return scale from series
raw docstring

get-widthclj

(get-width series)

graph-canvasclj

(graph-canvas graph-conf)
(graph-canvas {:keys [w h orientation rendering-hint oversize]
               :or {orientation :top oversize 100}}
              highest?)

Create canvas to draw a chart on

Create canvas to draw a chart on
raw docstring

heatmap-gridclj

(heatmap-grid vx scale-x scale-y gtype cells)

Snap normalized coords from vx to grid cell midpoints.

Snap normalized coords from vx to grid cell midpoints.
raw docstring

label-sizeclj

(label-size s)
(label-size s {:keys [font font-size margin] :or {margin 8}})

line-dash-stylesclj


map-kvclj

(map-kv f coll)

postprocess-datacljmultimethod


prepare-datacljmultimethod


read-csvclj

(read-csv f)

read-jsonclj

(read-json f)

register-configuration!clj

(register-configuration! chart
                         {:keys [config doc fns] :as config-map}
                         &
                         inheritance)

render-graphcljmultimethod


render-labelclj

(render-label label w)
raw docstring

transformed-textclj

(transformed-text c s x y & r)

wrap-interpolator-for-dtclj

(wrap-interpolator-for-dt interpolator domain x y)

Wrap interpolator to work with date/time values.

Wrap interpolator to work with date/time values.
raw docstring

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

× close