Skip to content

FilterValueRange🔗

Controls the value filter range

Constructor🔗

FilterValueRange()

Methods🔗

build🔗

Builds the object.

def build() -> heatmap.FilterValueRange

ge🔗

Sets the filter range to values greater than or equal to the given value

def ge(ge: float) -> typing.Self

le🔗

Sets the filter range to values less than or equal to the given value

def le(le: float) -> typing.Self

See also🔗