Liking cljdoc? Tell your friends :D

gorilla-plot.core


add-indicesclj

(add-indices d)
source

bar-chartclj

(bar-chart
  categories
  values
  &
  {:keys [plot-size aspect-ratio colour color plot-range opacity x-title
          y-title]
   :or {plot-size 400 aspect-ratio 1.618 plot-range [:all :all] opacity 1}})
source

composeclj

(compose & plots)
source

histogramclj

(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}
            :as opts})

Plot the histogram of a sample.

Plot the histogram of a sample.
sourceraw docstring

list-plotclj

(list-plot data
           &
           {:keys [joined plot-size aspect-ratio colour color plot-range
                   symbol-size opacity x-title y-title]
            :or {joined false
                 plot-size 400
                 aspect-ratio 1.618
                 plot-range [:all :all]
                 symbol-size 70
                 opacity 1}})

Function for plotting list data.

Function for plotting list data.
sourceraw docstring

plotclj

(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

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

× close