Skip to content

Function: addTricontour()

ts
function addTricontour(plot, opts): PatchesLayer;

Defined in: charts/tri.ts:178

Iso-lines over a triangulation (tricontour).

A triangle's interpolant is linear, so a level crosses it in exactly one straight segment — no marching-squares case table and no saddle ambiguity.

Parameters

ParameterType
plotPlot
optsTricontourOptions

Returns

PatchesLayer

MIT licensed. WebGL2 required.