Skip to content

Function: addContourFilled()

ts
function addContourFilled(plot, opts): ContourFilledHandle;

Defined in: charts/fields.ts:199

Filled contours (contourf). Bands are coloured by their midpoint through the colormap, so the layer's colorbar reads as a proper value scale.

Parameters

ParameterType
plotPlot
optsContourFilledOptions

Returns

ContourFilledHandle

MIT licensed. WebGL2 required.