Liking cljdoc? Tell your friends :D
Clojure only.

cartesian.core

Public API for Cartesian charts.

Usage: (cartesian.core/show! {:type :line :title "My Chart" :x-label "X" :y-label "Y" :series [{:name "s1" :data [[0 0] [1 1] [2 4]]}]})

Public API for Cartesian charts.

Usage:
  (cartesian.core/show! {:type    :line
                         :title   "My Chart"
                         :x-label "X" :y-label "Y"
                         :series  [{:name "s1" :data [[0 0] [1 1] [2 4]]}]})
raw docstring

show!clj

(show! spec)

Open a new chart window from spec. Non-blocking — returns nil immediately. See PRD.md for the full spec format.

Open a new chart window from spec. Non-blocking — returns nil immediately.
See PRD.md for the full spec format.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close