(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close