(bar-chart
categories
values
&
{:keys [plot-size aspect-ratio plot-range opacity colour color x-title
y-title]
:or {plot-size 400 aspect-ratio 1.618 plot-range [:all :all] opacity 1}})
(histogram data
&
{:keys [plot-range bins normalize normalise plot-size aspect-ratio
colour color opacity fill-opacity x-title y-title]
:or {plot-range [:all :all]
bins :automatic
plot-size 400
aspect-ratio 1.618
opacity 1
fill-opacity 0.4}})
Plot the histogram of a sample.
Plot the histogram of a sample.
(list-plot data
&
{:keys [joined plot-size aspect-ratio plot-range symbol-size opacity
series-name colour color x-title y-title]
:or {joined false
plot-size 400
aspect-ratio 1.618
plot-range [:all :all]
symbol-size 70
opacity 1
series-name (gen-uuid)}})
Function for plotting list data.
Function for plotting list data.
(plot func [xmin xmax] & {:keys [plot-points] :or {plot-points 100.0} :as opts})
Function for plotting functions of a single variable.
Function for plotting functions of a single variable.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close