Liking cljdoc? Tell your friends :D
ClojureScript only.

mafs.coordinates


Cartesiancljs

(Cartesian)
(Cartesian opts)

Takes an (optional) options map opts and renders a cartesian coordinate plane into the Mafs scene.

Supported options:

  • :x-axis: false to disable the axis, or an axis options map (see below).

  • :y-axis: false to disable the axis, or an xis options map (see below).

  • :subdivisions: How many subdivisions to draw per line as a default for both axes, or false to draw none.

Supported axis options:

  • :axis: boolean that specifies whether or not to draw the axis line.

  • :lines: The spacing between each primary line orthogonal to the axis, or false to draw none.

  • :subdivisions: How many subdivisions to draw per line, or false to draw none.

  • :labels: A quoted ClojureScript function that returns a label for each line, or mafs.core/labelPi.

Takes an (optional) options map `opts` and renders a cartesian coordinate plane
into the Mafs scene.

Supported options:

- `:x-axis`: `false` to disable the axis, or an axis options map (see below).

- `:y-axis`: `false` to disable the axis, or an xis options map (see below).

- `:subdivisions`: How many subdivisions to draw per line as a default for
  both axes, or `false` to draw none.

Supported axis options:

- `:axis`: boolean that specifies whether or not to draw the axis line.

- `:lines`: The spacing between each primary line orthogonal to the axis, or
    false to draw none.

- `:subdivisions`: How many subdivisions to draw per line, or `false` to draw
    none.

- `:labels`: A quoted ClojureScript function that returns a label for each
    line, or [[mafs.core/labelPi]]. 
sourceraw docstring

Polarcljs

(Polar)
(Polar opts)

Takes an (optional) options map opts and renders a polar coordinate plane into the Mafs scene.

Supported options:

  • :x-axis: false to disable the axis, or an axis options map (see below).

  • :y-axis: false to disable the axis, or an xis options map (see below).

  • :lines: The spacing between each radial line, or false to draw none.

  • :subdivisions: How many subdivisions to draw per line as a default for both axes, or false to draw none.

Supported axis options:

  • :axis: boolean that specifies whether or not to draw the axis line.

  • :labels: A quoted ClojureScript function that returns a label for each line, or mafs.core/labelPi.

Takes an (optional) options map `opts` and renders a polar coordinate plane
into the Mafs scene.

Supported options:

- `:x-axis`: `false` to disable the axis, or an axis options map (see below).

- `:y-axis`: `false` to disable the axis, or an xis options map (see below).

- `:lines`: The spacing between each radial line, or false to draw none.

- `:subdivisions`: How many subdivisions to draw per line as a default for
  both axes, or `false` to draw none.

Supported axis options:

- `:axis`: boolean that specifies whether or not to draw the axis line.

- `:labels`: A quoted ClojureScript function that returns a label for each
    line, or [[mafs.core/labelPi]]. 
sourceraw docstring

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

× close