Liking cljdoc? Tell your friends :D

cljplot.common


apply-bodyclj

(apply-body canv orient f)
source

bands->positions-sizeclj

(bands->positions-size bands size)
source

canvas-orientationclj

(canvas-orientation orient)

Convert layout orientation to canvas orientations

Convert layout orientation to canvas orientations
sourceraw docstring

coerce-format-fnclj

(coerce-format-fn fmt)

Find formating funciton.

Find formating funciton.
sourceraw docstring

common-extentclj

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

Calculate extent for axes

Calculate extent for axes
sourceraw docstring

configurationclj

source

data-extentcljmultimethod

source

date-time?clj

(date-time? t)
source

deep-mergeclj

(deep-merge a b)

Merge maps on every level.

Merge maps on every level.
sourceraw docstring

do-graphcljmacro

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

Wrap canvas creation and orientation.

Wrap canvas creation and orientation.
sourceraw docstring

draw-shapeclj

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

extend-domain-numericalclj

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

extend-domainsclj

(extend-domains extents margins)
source

extentclj

(extent data)
source

extract-firstclj

(extract-first data)
source

find-min-maxclj

(find-min-max s)

For given list of vectors find maximum extent.

For given list of vectors find maximum extent.
sourceraw docstring

get-heightclj

(get-height series)
source

get-scaleclj

(get-scale series key)

Return scale from series

Return scale from series
sourceraw docstring

get-widthclj

(get-width series)
source

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
sourceraw 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.
sourceraw docstring

label-sizeclj

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

line-dash-stylesclj

source

map-kvclj

(map-kv f coll)
source

postprocess-datacljmultimethod

source

prepare-datacljmultimethod

source

read-csvclj

(read-csv f)
source

read-jsonclj

(read-json f)
source

register-configuration!clj

(register-configuration! chart config-map & inheritance)
source

render-graphcljmultimethod

source

render-labelclj

(render-label label w)
source

transformed-textclj

(transformed-text c s x y & r)
source

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.
sourceraw docstring

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

× close