Skip to content

Function: addTricontourf()

ts
function addTricontourf(plot, opts): TricontourfHandle;

Defined in: charts/tri.ts:250

Filled contour bands over a triangulation (tricontourf).

Simpler than the gridded addContourFilled: a triangle is already the unit the clipper wants, so there is no cell to subdivide and no saddle to disambiguate. Each face is clipped against the level pair it straddles.

Parameters

ParameterType
plotPlot
optsTricontourfOptions

Returns

TricontourfHandle

MIT licensed. WebGL2 required.