Liking cljdoc? Tell your friends :D

clj-chart.core


quick-mapseqclj

(quick-mapseq data-mapseq
              &
              {:keys [title x-label y-label legend]
               :or {title " " x-label " " y-label " " legend " "}})

Create quick chart with a mapseq.

Create quick chart with a mapseq.
raw docstring

quick-seqclj

(quick-seq data-seq
           &
           {:keys [title x-label y-label legend]
            :or {title " " x-label " " y-label " " legend " "}})

Create quick chart with a mapseq.

Create quick chart with a mapseq.
raw docstring

quick-xyclj

(quick-xy x-data
          y-data
          &
          {:keys [title x-label y-label legend]
           :or {title " " x-label " " y-label " " legend " "}})

Create a quick chart.

Create a quick chart.
raw docstring

save!clj

(save! file-name chart)

Save chart as image file.

Save chart as image file.
raw docstring

view!clj

(view! chart)

View chart in a Swing window.

View chart in a Swing window.
raw docstring

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

× close