Skip to content

GilbertParameters

Defined in: gilbert.ts:212

Parameters for gridify_gilbert.

optional cols?: number;

Defined in: gilbert.ts:214

Grid width in cells. Derived from the data’s aspect ratio if omitted.


optional rows?: number;

Defined in: gilbert.ts:216

Grid height in cells. Derived from the data’s aspect ratio if omitted.


optional whitespace?: number;

Defined in: gilbert.ts:218

Spare cells to allow beyond the point count. Defaults to 1 (none).