(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]]. (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]]. cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |