Skip to content
pyautark (soon)

@urban-toolkit/autk-plot


@urban-toolkit/autk-plot / ExecutedBinning1dTransform

Type Alias: ExecutedBinning1dTransform

ExecutedBinning1dTransform = object

Defined in: transforms/presets/binning-1d.ts:25

Result produced by runBinning1d.

Carries the fixed attribute tuple ['label', 'value'] and the binned rows ready for bar-plot rendering.

Properties

preset

preset: "binning-1d"

Defined in: transforms/presets/binning-1d.ts:27

Preset discriminator identifying the executed transform.


rows

rows: Binning1dBinRow[]

Defined in: transforms/presets/binning-1d.ts:29

Binned rows ready for downstream plot rendering.

Released under the MIT License.