Liking cljdoc? Tell your friends :D

scicloj.viz.api


->viz-mapclj

(->viz-map options)
source

colorclj

(color viz-map field-name)
source

dataclj

(data data)

Pass the data as either url/file path (string) or dataset

Pass the data as either url/file path (string) or dataset
sourceraw docstring

data-implclj

(data-impl data)
source

data-with-tempfilesclj

(data-with-tempfiles data)
source

data-without-tempfilesclj

(data-without-tempfiles data)
source

fetch-type-from-mapclj

(fetch-type-from-map typ)
source

histogramclj

(histogram viz-map
           {:keys [x data]
            :or {data (:metamorph/data viz-map) x (or (-> viz-map :X (or :x)))}
            :as options})
source

layerclj

(layer options)
(layer viz-map options)
source

map-of-typesclj

source

mark-colorclj

(mark-color viz-map color)
source

mark-sizeclj

(mark-size viz-map size)
source

regression-lineclj

(regression-line viz-map)
(regression-line viz-map
                 {:keys [x y data]
                  :or {x (or (-> viz-map :X (or :x)))
                       y (or (-> viz-map :Y (or :y)))}
                  :as options})
source

resolve-typeclj

(resolve-type typ)
source

sizeclj

(size viz-map field-name)
source

typeclj

(type viz-map type)
source

vizclj

(viz base-options & args)
source

xclj

(x viz-map field-name)
(x viz-map field-name options)
source

yclj

(y viz-map field-name)
(y viz-map field-name options)
source

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

× close