Liking cljdoc? Tell your friends :D

pinkgorilla.gorilla-plot.plot


add-indicesclj/s

(add-indices d)
source

bar-chartclj/s

(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}})
source

composeclj/s

(compose & plots)
source

histogramclj/s

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

list-plotclj/s

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

merge-with-metaclj/s

(merge-with-meta & data)
source

plotclj/s

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

timeseries-plotclj/s

(timeseries-plot data & keys)
source

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

× close