Skip to content

HeatmapCalculationBucketConfig🔗

Constructor🔗

HeatmapCalculationBucketConfig()

Methods🔗

build🔗

Builds the object.

def build() -> common.HeatmapCalculationBucketConfig

mode🔗

Sets the bucket calculation mode

def mode(mode: common.HeatmapCalculationMode) -> typing.Self

scale🔗

Controls the scale of the buckets

def scale(scale: cogbuilder.Builder[common.ScaleDistributionConfig]) -> typing.Self

value🔗

The number of buckets to use for the axis in the heatmap

def value(value: str) -> typing.Self

See also🔗