Skip to content
pyautark (soon)

@urban-toolkit/autk-plot


@urban-toolkit/autk-plot / Binning2dCellRow

Type Alias: Binning2dCellRow

Binning2dCellRow = object

Defined in: transforms/presets/binning-2d.ts:42

A single aggregated cell ready for plot rendering.

x and y are the bin labels for this cell — either a category string or a formatted numeric range such as "1k-2k".

Properties

autkIds

autkIds: number[]

Defined in: transforms/presets/binning-2d.ts:56

Merged source feature ids from all rows in this cell, used for selection linking.


count

count: number

Defined in: transforms/presets/binning-2d.ts:54

How many rows fell into this cell.


value

value: number

Defined in: transforms/presets/binning-2d.ts:52

The reduced numeric result (count, sum, avg, min, or max) for this cell.


x

x: string

Defined in: transforms/presets/binning-2d.ts:44

Bin label for the x axis — category string or formatted numeric range such as "1k-2k".


xOrder

xOrder: number

Defined in: transforms/presets/binning-2d.ts:48

Numeric sort key for the x bin (bin index for quantitative, insertion order for categorical).


y

y: string

Defined in: transforms/presets/binning-2d.ts:46

Bin label for the y axis — category string or formatted numeric range such as "1k-2k".


yOrder

yOrder: number

Defined in: transforms/presets/binning-2d.ts:50

Numeric sort key for the y bin (bin index for quantitative, insertion order for categorical).

Released under the MIT License.