MCPcopy Create free account
hub / github.com/microsoft/SandDance / Contour

Function Contour

docs/app/js/sanddance-app.js:131050–131052  ·  view source on GitHub ↗

* Generate contours based on kernel-density estimation of point data. * @constructor * @param {object} params - The parameters for this operator. * @param {Array } params.size - The dimensions [width, height] over which to compute contours. * If the values parameter is provided, this mus

(params3)

Source from the content-addressed store, hash-verified

131048 * polygons should be smoothed using linear interpolation. The default is
131049 * true. The parameter is ignored when using density estimation.
131050 */ function Contour(params3) {
131051 (0, _vegaDataflow.Transform).call(this, null, params3);
131052}
131053Contour.Definition = {
131054 "type": "Contour",
131055 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected