UNPKG

@uwdata/mosaic-plot

Version:

A Mosaic-powered plotting framework based on Observable Plot.

15 lines 406 B
export class ContourMark extends Grid2DMark { constructor(source: any, options: any); /** @type {number|number[]} */ thresholds: number | number[]; convolve(): this; contours(): this; contourData: any[]; plotSpecs(): { type: any; data: any[]; options: {}; }[]; } import { Grid2DMark } from './Grid2DMark.js'; //# sourceMappingURL=ContourMark.d.ts.map