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
| Parameter | Type |
|---|---|
plot | Plot |
opts | TricontourfOptions |