composition-plot

Home > composition-plot > QuaternaryShellPlot > setBorderWidthFn

QuaternaryShellPlot.setBorderWidthFn() method

Set the border width function

Signature:

setBorderWidthFn(fn: (sample: ISample, dp: DataProvider) => number): void;

Parameters

Parameter Type Description
fn (sample: ISample, dp: DataProvider) => number Returns a border width for a given sample

Returns:

void